| 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; } |
| 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; } |
| 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; |