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

Comparing trunk/OOPSE/libBASS/Globals.hpp (file contents):
Revision 706 by mmeineke, Wed Aug 20 19:41:37 2003 UTC vs.
Revision 708 by tim, Wed Aug 20 22:23:34 2003 UTC

# Line 66 | Line 66 | class Globals{ (public)
66    double getZconsTime(void)         { return zcons_time;}
67    double getZconsTol(void)    { return zcons_tol;}
68    char* getZconsForcePolicy(void)  { return zconsForcePolicy;}
69 +  int getSeed(void) { return seed;}
70    
71    short int haveInitialConfig( void ) { return have_initial_config; }
72    short int haveFinalConfig( void )   { return have_final_config; }
# Line 90 | Line 91 | class Globals{ (public)
91    short int haveZconstraints( void )  { return have_zConstraints;}
92    short int haveZconsTol(void) {return have_zcons_tol;}
93    short int haveZconsForcePolicy(void) { return have_zcons_force_policy;}
94 <  
94 >  short int haveSeed(void) { return have_seed;}
95    /* other accessors */
96    Component** getComponents( void ) { return components; }
97    ZconStamp** getZconStamp( void ) { return zConstraints; }
# Line 143 | Line 144 | class Globals{ (public)
144    char zconsForcePolicy[100];
145    int seed;
146  
146
147    //required arguments
148    short int have_force_field, have_n_components, have_target_temp;
149    short int have_target_pressure, have_ensemble, have_dt, have_run_time;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines