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 829 by gezelter, Tue Oct 28 16:03:37 2003 UTC

# Line 1 | Line 1
1   #define _FILE_OFFSET_BITS 64
2  
3 < #include <cstring>
3 > #include <string.h>
4   #include <iostream>
5   #include <fstream>
6  
# 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