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 787 by mmeineke, Thu Sep 25 19:27:15 2003 UTC vs.
Revision 804 by mmeineke, Thu Oct 16 19:16:24 2003 UTC

# Line 246 | Line 246 | template<typename T> void Integrator<T>::integrate(voi
246   #endif // is_mpi
247    }
248  
249 <  dumpOut->writeFinal(info->getTime());
249 >
250 >  // write the last frame
251 >  dumpOut->writeDump(info->getTime());
252  
253    delete dumpOut;
254    delete statOut;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines