Skip to content

Commit 038e0e3

Browse files
committed
free cvc manually
1 parent 388eac9 commit 038e0e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/RI/physics/Exx.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ class Exx
100100
void free_dVs(const std::string &save_name_suffix="");
101101
void free_dCRs(const std::string &save_name_suffix="");
102102
void free_dVRs(const std::string &save_name_suffix="");
103+
void free_cvc() { this->cvc_.clear(); }
103104

104105
public:
105106
LRI<TA,Tcell,Ndim,Tdata> lri;

0 commit comments

Comments
 (0)