--- trunk/OOPSE/libBASS/Globals.hpp 2003/08/20 19:41:37 706 +++ trunk/OOPSE/libBASS/Globals.hpp 2003/08/20 22:23:34 708 @@ -66,6 +66,7 @@ class Globals{ (public) double getZconsTime(void) { return zcons_time;} double getZconsTol(void) { return zcons_tol;} char* getZconsForcePolicy(void) { return zconsForcePolicy;} + int getSeed(void) { return seed;} short int haveInitialConfig( void ) { return have_initial_config; } short int haveFinalConfig( void ) { return have_final_config; } @@ -90,7 +91,7 @@ class Globals{ (public) short int haveZconstraints( void ) { return have_zConstraints;} short int haveZconsTol(void) {return have_zcons_tol;} short int haveZconsForcePolicy(void) { return have_zcons_force_policy;} - + short int haveSeed(void) { return have_seed;} /* other accessors */ Component** getComponents( void ) { return components; } ZconStamp** getZconStamp( void ) { return zConstraints; } @@ -143,7 +144,6 @@ class Globals{ (public) char zconsForcePolicy[100]; int seed; - //required arguments short int have_force_field, have_n_components, have_target_temp; short int have_target_pressure, have_ensemble, have_dt, have_run_time;