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 1078 by tim, Tue Mar 2 20:32:40 2004 UTC vs.
Revision 1108 by tim, Wed Apr 14 15:37:41 2004 UTC

# Line 16 | Line 16
16   #include "Atom.hpp"
17   #include "SimInfo.hpp"
18   #include "Thermo.hpp"
19 + #include "StuntDouble.hpp"
20  
21   using namespace std;
22  
# Line 109 | Line 110 | class InitializeFromFile{ (private)
110    void readInit( SimInfo* the_entry_plug );
111  
112   private:
113 <  char* parseDumpLine(char* line, int atomIndex);
113 >  char* parseDumpLine(char* line, StuntDouble* sd);
114    char* parseCommentLine(char* line, SimInfo* entry_plug);
115    FILE *c_in_file;
116    char c_in_name[500];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines