--- trunk/OOPSE/libmdtools/DumpWriter.cpp 2003/09/25 19:27:15 787 +++ trunk/OOPSE/libmdtools/DumpWriter.cpp 2003/10/28 16:03:37 829 @@ -1,6 +1,6 @@ #define _FILE_OFFSET_BITS 64 -#include +#include #include #include @@ -84,6 +84,10 @@ void DumpWriter::writeDump( double currentTime ){ Atom** atoms = entry_plug->atoms; double pos[3], vel[3]; + + // write current frame to the eor file + + this->writeFinal( currentTime ); #ifndef IS_MPI