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