| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | #ifndef __READWRITE_H__ | |
| 2 | #define __READWRITE_H__ | |
| 3 | < | |
| 3 | > | #define _LARGEFILE_SOURCE64 |
| 4 | > | #define _FILE_OFFSET_BITS 64 |
| 5 | #include <iostream> | |
| 6 | #include <fstream> | |
| 7 | ||
| # | Line 76 | Line 77 | class DumpWriter{ (private) | |
| 77 | ||
| 78 | SimInfo* entry_plug; | |
| 79 | ofstream dumpFile; | |
| 79 | – | ofstream finalOut; |
| 80 | ||
| 81 | #ifdef IS_MPI | |
| 82 | vector<pair<int, int> > indexArray; | |
| # | Line 119 | Line 119 | class DumpReader{ (public) | |
| 119 | class DumpReader{ | |
| 120 | ||
| 121 | public: | |
| 122 | < | DumpReader( char *in_name ); |
| 122 | > | DumpReader(const char *in_name ); |
| 123 | ~DumpReader(); | |
| 124 | ||
| 125 | int getNframes(); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |