| # | Line 73 | Line 73 | class DumpReader{ (public) | |
|---|---|---|
| 73 | ~DumpReader(); | |
| 74 | ||
| 75 | int getNframes(); | |
| 76 | – | void getNextFrame(); |
| 77 | – | |
| 76 | void scanFile( void ); | |
| 77 | ||
| 78 | + | void getNextFrame() {} |
| 79 | + | void readFrame(SimInfo* the_simnfo, int whichFrame); |
| 80 | + | |
| 81 | private: | |
| 82 | ||
| 83 | < | void getFrame(SimInfo* the_simnfo, int whichFrame); |
| 83 | > | void readSet( int which Frame ); |
| 84 | char* parseDumpLine(char* line, int atomIndex); | |
| 85 | char* parseCommentLine(char* line, double &time, double boxMat[9] ); | |
| 86 | FILE *inFile; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |