| # | Line 8 | Line 8 | |
|---|---|---|
| 8 | #include <cstdio> | |
| 9 | #include <cstdlib> | |
| 10 | ||
| 11 | + | |
| 12 | #include "Atom.hpp" | |
| 13 | #include "SimInfo.hpp" | |
| 14 | #include "Thermo.hpp" | |
| 15 | ||
| 16 | using namespace std; | |
| 17 | ||
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | class DumpWriter{ | |
| 22 | ||
| 23 | public: | |
| # | Line 72 | Line 76 | class DumpReader{ (public) | |
| 76 | void getNextFrame(); | |
| 77 | void getFrame(SimInfo* the_entry_plug, int whichFrame); | |
| 78 | void rewind(); | |
| 79 | + | void scanFile( void ); |
| 80 | ||
| 81 | private: | |
| 82 | char* parseDumpLine(char* line, int atomIndex); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |