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 892 by chuckv, Mon Dec 22 21:27:04 2003 UTC vs.
Revision 999 by chrisfen, Fri Jan 30 15:01:09 2004 UTC

# Line 135 | Line 135 | template<typename T> void Integrator<T>::checkConstrai
135      }
136  
137  
138 <    // save oldAtoms to check for lode balanceing later on.
138 >    // save oldAtoms to check for lode balancing later on.
139  
140      oldAtoms = nAtoms;
141  
# Line 262 | Line 262 | template<typename T> void Integrator<T>::integrate(voi
262      MPIcheckPoint();
263   #endif // is_mpi
264    }
265
266
267  // write the last frame
268  dumpOut->writeDump(info->getTime());
265  
266    delete dumpOut;
267    delete statOut;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines