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

Comparing trunk/OOPSE/libmdtools/SimInfo.hpp (file contents):
Revision 675 by mmeineke, Mon Aug 11 19:38:44 2003 UTC vs.
Revision 708 by tim, Wed Aug 20 22:23:34 2003 UTC

# Line 108 | Line 108 | class SimInfo{ (public)
108    char sampleName[300]; // the name of the dump file to be written
109    char statusName[300]; // the name of the stat file to be written
110  
111 <
111 >  int seed;                    //seed for random number generator
112    // refreshes the sim if things get changed (load balanceing, volume
113    // adjustment, etc.)
114  
# Line 163 | Line 163 | class SimInfo{ (public)
163    GenericData* getProperty(const string& propName);
164    vector<GenericData*> getProperties();      
165  
166 +  int getSeed(void) {  return seed; }
167 +  void setSeed(int theSeed) {  seed = theSeed;}
168 +
169   private:
170  
171    SimState* myConfiguration;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines