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 693 by tim, Wed Aug 13 19:21:53 2003 UTC vs.
Revision 711 by mmeineke, Fri Aug 22 20:04:39 2003 UTC

# Line 193 | Line 193 | template<typename T> void Integrator<T>::integrate( vo
193    
194    calcPot     = 0;
195    calcStress  = 0;
196 <  currSample  = sampleTime;
197 <  currThermal = thermalTime;
198 <  currStatus  = statusTime;
196 >  currSample  = sampleTime + info->getTime();
197 >  currThermal = thermalTime+ info->getTime();
198 >  currStatus  = statusTime + info->getTime();
199  
200    dumpOut->writeDump( info->getTime() );
201    statOut->writeStat( info->getTime() );

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines