ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/Integrator.cpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/Integrator.cpp (file contents):
Revision 1212 by chrisfen, Tue Jun 1 17:15:43 2004 UTC vs.
Revision 1221 by chrisfen, Wed Jun 2 14:56:18 2004 UTC

# Line 255 | Line 255 | template<typename T> void Integrator<T>::integrate(voi
255  
256      if (info->getTime() >= currStatus){
257        statOut->writeStat(info->getTime());
258      if (info->useSolidThermInt || info->useLiquidThermInt)
259        statOut->writeRaw(info->getTime());
258        calcPot = 0;
259        calcStress = 0;
260        currStatus += statusTime;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines