| # | 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 |