| # | Line 61 | Line 61 | namespace OpenMD { | |
|---|---|---|
| 61 | public: | |
| 62 | RestReader(SimInfo* info, const std::string &filename, | |
| 63 | std::vector<int> stuntDoubleIndex) | |
| 64 | < | : info_(info), filename_(filename), stuntDoubleIndex_(stuntDoubleIndex) { | 
| 64 | > | : info_(info), stuntDoubleIndex_(stuntDoubleIndex), filename_(filename) { | 
| 65 | #ifdef IS_MPI | |
| 66 | ||
| 67 | if (worldRank == 0) { | |
| # | Line 123 | Line 123 | namespace OpenMD { | |
| 123 | std::istream* inFile_; | |
| 124 | std::string filename_; | |
| 125 | ||
| 126 | < | std::streampos framePos_; | 
| 126 | > | long long framePos_; | 
| 127 | ||
| 128 | const static int bufferSize = 4096; | |
| 129 | char buffer[bufferSize]; | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |