| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | #ifndef __READWRITE_H__ | |
| 2 | #define __READWRITE_H__ | |
| 3 | #define _LARGEFILE_SOURCE64 | |
| 4 | + | #ifndef _FILE_OFFSET_BITS |
| 5 | #define _FILE_OFFSET_BITS 64 | |
| 6 | + | #endif |
| 7 | #include <iostream> | |
| 8 | #include <fstream> | |
| 9 | #include <string> | |
| # | Line 60 | Line 62 | class StatWriter{ (private) | |
| 62 | ||
| 63 | SimInfo* entry_plug; | |
| 64 | ofstream outFile; | |
| 65 | < | char outName[500]; |
| 65 | > | string outName; |
| 66 | Thermo* tStats; | |
| 67 | ||
| 68 | }; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |