| # | Line 80 | Line 80 | class DumpReader{ (private) | |
|---|---|---|
| 80 | ||
| 81 | private: | |
| 82 | ||
| 83 | < | void readSet( int which Frame ); |
| 83 | > | void readSet( int whichFrame ); |
| 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 |