ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/brains/ForceManager.cpp
(Generate patch)

Comparing trunk/OOPSE-2.0/src/brains/ForceManager.cpp (file contents):
Revision 2364 by tim, Thu Oct 13 22:26:47 2005 UTC vs.
Revision 2380 by tim, Mon Oct 17 23:13:44 2005 UTC

# Line 242 | Line 242 | namespace oopse {
242      //store the tau and long range potential    
243      curSnapshot->statData[Stats::LONG_RANGE_POTENTIAL] = lrPot;
244      //  curSnapshot->statData[Stats::LONG_RANGE_POTENTIAL] = longRangePotential;
245 +    curSnapshot->statData[Stats::VANDERWAALS_POTENTIAL] = longRangePotential[VDW_POT];
246 +    curSnapshot->statData[Stats::ELECTROSTATIC_POTENTIAL] = longRangePotential[ELECTROSTATIC_POT];
247 +
248      curSnapshot->statData.setTau(tau);
249    }
250  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines