ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/brains/SimInfo.cpp
(Generate patch)

Comparing trunk/src/brains/SimInfo.cpp (file contents):
Revision 1050 by chrisfen, Fri Sep 22 22:19:59 2006 UTC vs.
Revision 1078 by gezelter, Wed Oct 18 21:58:48 2006 UTC

# 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"){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines