Skip to content

Commit 0b0593b

Browse files
committed
allocate "mut" array for chgtrn
1 parent a378ff2 commit 0b0593b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/evdw.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ static int jcount;
3131

3232
void vdwSoftcoreData(RcOp op)
3333
{
34-
if ((not use(Potent::VDW)) and (not use(Potent::REPULS)) and (not use(Potent::DISP)))
34+
if ((not use(Potent::VDW)) and (not use(Potent::REPULS)) and (not use(Potent::DISP)) and (not use(Potent::CHGTRN)))
3535
return;
3636

3737
if (op & RcOp::DEALLOC)

0 commit comments

Comments
 (0)