--- trunk/OOPSE/libmdtools/DumpWriter.cpp 2003/09/25 19:27:15 787 +++ trunk/OOPSE/libmdtools/DumpWriter.cpp 2003/10/16 19:16:24 804 @@ -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