| # | Line 62 | Line 62 | class DumpWriter{ (public) | |
|---|---|---|
| 62 | ||
| 63 | void writeDump( double currentTime ); | |
| 64 | void writeFinal( double currentTime); | |
| 65 | < | void writeFrame( ofstream& outFile, double finalTime ); |
| 65 | > | void writeFrame( vector<ofstream*>& outFile, double finalTime ); |
| 66 | ||
| 67 | #ifdef IS_MPI | |
| 68 | void update(); | |
| # | Line 76 | Line 76 | class DumpWriter{ (public) | |
| 76 | ||
| 77 | SimInfo* entry_plug; | |
| 78 | ofstream dumpFile; | |
| 79 | + | ofstream finalOut; |
| 80 | + | |
| 81 | + | #ifdef IS_MPI |
| 82 | vector<pair<int, int> > indexArray; | |
| 83 | + | #endif |
| 84 | }; | |
| 85 | ||
| 86 | class StatWriter{ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |