We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a378ff2 commit 0b0593bCopy full SHA for 0b0593b
src/evdw.cpp
@@ -31,7 +31,7 @@ static int jcount;
31
32
void vdwSoftcoreData(RcOp op)
33
{
34
- if ((not use(Potent::VDW)) and (not use(Potent::REPULS)) and (not use(Potent::DISP)))
+ if ((not use(Potent::VDW)) and (not use(Potent::REPULS)) and (not use(Potent::DISP)) and (not use(Potent::CHGTRN)))
35
return;
36
37
if (op & RcOp::DEALLOC)
0 commit comments