| # | 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 | ||
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |