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

Comparing trunk/OOPSE-1.0/libmdtools/SimInfo.hpp (file contents):
Revision 1415 by gezelter, Mon Jul 26 17:50:57 2004 UTC vs.
Revision 1417 by tim, Tue Jul 27 15:41:17 2004 UTC

# Line 125 | Line 125 | class SimInfo{ (public)
125    Restraints* restraint;
126    bool has_minimizer;
127  
128 <  char finalName[300];  // the name of the eor file to be written
129 <  char sampleName[300]; // the name of the dump file to be written
130 <  char statusName[300]; // the name of the stat file to be written
131 <  char rawPotName[300];  // the name of the raw file to be written
128 >  string finalName;  // the name of the eor file to be written
129 >  string sampleName; // the name of the dump file to be written
130 >  string statusName; // the name of the stat file to be written
131  
132    int seed;                    //seed for random number generator
133  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines