ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/DumpWriter.cpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/DumpWriter.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 84 | Line 84 | void DumpWriter::writeDump( double currentTime ){
84    Atom** atoms = entry_plug->atoms;
85    double pos[3], vel[3];
86      
87 +  
88 +  // write current frame to the eor file
89 +
90 +  this->writeFinal( currentTime );
91  
92   #ifndef IS_MPI
93      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines