| # | Line 792 | Line 792 | namespace OpenMD { | |
|---|---|---|
| 792 | ||
| 793 | void DumpWriter::writeDumpAndEor() { | |
| 794 | std::vector<std::streambuf*> buffers; | |
| 795 | < | std::ostream* eorStream; | 
| 795 | > | std::ostream* eorStream = NULL; | 
| 796 | #ifdef IS_MPI | |
| 797 | if (worldRank == 0) { | |
| 798 | #endif // is_mpi | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |