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 782 by mmeineke, Tue Sep 23 20:34:31 2003 UTC vs.
Revision 784 by mmeineke, Wed Sep 24 19:34:39 2003 UTC

# Line 172 | Line 172 | template<typename T> void Integrator<T>::integrate(voi
172  
173    dt = info->dt;
174    dt2 = 0.5 * dt;
175 +
176 +  readyCheck();
177  
178    // initialize the forces before the first step
179  
# Line 198 | Line 200 | template<typename T> void Integrator<T>::integrate(voi
200    dumpOut->writeDump(info->getTime());
201    statOut->writeStat(info->getTime());
202  
203 <  readyCheck();
203 >
204  
205   #ifdef IS_MPI
206    strcpy(checkPointMsg, "The integrator is ready to go.");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines