ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/ReadWrite.hpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/ReadWrite.hpp (file contents):
Revision 646 by mmeineke, Tue Jul 22 20:05:30 2003 UTC vs.
Revision 647 by mmeineke, Tue Jul 22 21:49:38 2003 UTC

# Line 74 | Line 74 | class DumpReader{ (public)
74  
75    int getNframes();
76    void getNextFrame();
77 <  void getFrame(SimInfo* the_entry_plug, int whichFrame);
78 <  void rewind();
77 >
78    void scanFile( void );
79  
80   private:
81 +
82 +  void getFrame(SimInfo* the_simnfo, int whichFrame);
83    char* parseDumpLine(char* line, int atomIndex);
84    char* parseCommentLine(char* line, double &time, double boxMat[9] );
85 <  FILE *c_in_file;
86 <  char c_in_name[500];
87 <  SimInfo* simnfo;
85 >  FILE *inFile;
86 >  char inName[500];
87 >  bool isScanned;
88 >  int nFrames;
89 >
90 >  SimInfo *simnfo;
91   };
92  
93  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines