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

Comparing branches/development/src/brains/ForceManager.cpp (file contents):
Revision 1787 by gezelter, Wed Aug 29 18:13:11 2012 UTC vs.
Revision 1794 by gezelter, Thu Sep 6 19:44:06 2012 UTC

# Line 900 | Line 900 | namespace OpenMD {
900          interactionMan_->doSelfCorrection(sdat);
901        }
902      }
903 +
904 +    // collects single-atom information
905 +    fDecomp_->collectSelfData();
906 +
907 +    longRangePotential = *(fDecomp_->getEmbeddingPotential()) +
908 +      *(fDecomp_->getPairwisePotential());
909  
910 +    curSnapshot->setLongRangePotential(longRangePotential);
911 +
912      // collects single-atom information
913      fDecomp_->collectSelfData();
914  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines