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 1097 by gezelter, Mon Apr 12 20:32:20 2004 UTC vs.
Revision 1108 by tim, Wed Apr 14 15:37:41 2004 UTC

# Line 213 | Line 213 | template<typename T> void Integrator<T>::integrate(voi
213    MPIcheckPoint();
214   #endif // is_mpi
215  
216 <  while (info->getTime() < runTime){
216 >  while (info->getTime() < runTime && stopIntegrator()){
217      if ((info->getTime() + dt) >= currStatus){
218        calcPot = 1;
219        calcStress = 1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines