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

Comparing trunk/mdtools/headers/ReadWrite.hpp (file contents):
Revision 207 by chuckv, Thu Dec 12 21:21:59 2002 UTC vs.
Revision 208 by mmeineke, Fri Dec 13 17:59:48 2002 UTC

# Line 55 | Line 55 | class InitializeFromFile{ (private)
55    void read_xyz( SimInfo* the_entry_plug );
56    
57   private:
58 <  char* parseDumpLine(char* line);
58 >  char* parseDumpLine(char* line, int atomIndex);
59    FILE *c_in_file;
60    char c_in_name[500];
61    SimInfo* entry_plug;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines