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

Comparing trunk/src/minimizers/Minimizer.cpp (file contents):
Revision 1463 by gezelter, Mon May 10 17:28:26 2010 UTC vs.
Revision 1464 by gezelter, Fri Jul 9 19:29:05 2010 UTC

# Line 902 | Line 902 | namespace OpenMD {
902  
903  
904    RealType Minimizer::calcPotential() {
905 <    forceMan->calcForces(true, false);
905 >    forceMan->calcForces();
906  
907      Snapshot* curSnapshot = info->getSnapshotManager()->getCurrentSnapshot();
908      RealType potential_local = curSnapshot->statData[Stats::LONG_RANGE_POTENTIAL] +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines