ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/templatesBranch10-28-03/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.
branches/templatesBranch10-28-03/OOPSE/libmdtools/DumpWriter.cpp (file contents), Revision 824, Mon Oct 27 22:07:49 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