# | Line 669 | Line 669 | namespace oopse { | |
---|---|---|
669 | // set the useRF logical | |
670 | useRF = 0; | |
671 | useSF = 0; | |
672 | + | useSP = 0; |
673 | ||
674 | ||
675 | if (simParams_->haveElectrostaticSummationMethod()) { | |
676 | std::string myMethod = simParams_->getElectrostaticSummationMethod(); | |
677 | toUpper(myMethod); | |
678 | if (myMethod == "REACTION_FIELD"){ | |
679 | < | useRF=1; |
679 | > | useRF = 1; |
680 | } else if (myMethod == "SHIFTED_FORCE"){ | |
681 | useSF = 1; | |
682 | } else if (myMethod == "SHIFTED_POTENTIAL"){ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |