--- trunk/OOPSE/libmdtools/ReadWrite.hpp 2003/07/22 21:49:38 647 +++ trunk/OOPSE/libmdtools/ReadWrite.hpp 2003/07/29 16:32:37 656 @@ -73,13 +73,14 @@ class DumpReader{ (public) ~DumpReader(); int getNframes(); - void getNextFrame(); - void scanFile( void ); + void getNextFrame() {} + void readFrame(SimInfo* the_simnfo, int whichFrame); + private: - void getFrame(SimInfo* the_simnfo, int whichFrame); + void readSet( int which Frame ); char* parseDumpLine(char* line, int atomIndex); char* parseCommentLine(char* line, double &time, double boxMat[9] ); FILE *inFile;