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 837 by tim, Wed Oct 29 00:19:10 2003 UTC vs.
Revision 843 by mmeineke, Wed Oct 29 20:41:39 2003 UTC

# Line 182 | Line 182 | template<typename T> void Integrator<T>::integrate(voi
182      calcForce(1, 1);
183      constrainB();
184    }
185 <
185 >  
186    if (info->setTemp){
187      thermalize();
188    }
# Line 198 | Line 198 | template<typename T> void Integrator<T>::integrate(voi
198    statOut->writeStat(info->getTime());
199  
200  
201
201   #ifdef IS_MPI
202    strcpy(checkPointMsg, "The integrator is ready to go.");
203    MPIcheckPoint();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines