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 572 by mmeineke, Wed Jul 2 21:26:55 2003 UTC vs.
Revision 586 by mmeineke, Wed Jul 9 22:14:06 2003 UTC

# Line 56 | Line 56 | class InitializeFromFile{ (private)
56    
57   private:
58    char* parseDumpLine(char* line, int atomIndex);
59 +  char* parseBoxLine(char* line, double boxMat[9] );
60    FILE *c_in_file;
61    char c_in_name[500];
62 <  SimInfo* entry_plug;
62 >  SimInfo* simnfo;
63   };
64  
65  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines