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 699 by tim, Fri Aug 15 19:24:13 2003 UTC vs.
Revision 706 by mmeineke, Wed Aug 20 19:41:37 2003 UTC

# Line 141 | Line 141 | class Globals{ (private)
141    double zcons_time;    
142    double zcons_tol;
143    char zconsForcePolicy[100];
144 +  int seed;
145  
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;
# Line 152 | Line 154 | class Globals{ (private)
154    short int have_sample_time, have_status_time, have_ecr, have_dielectric;
155    short int have_tempSet, have_thermal_time, have_est, have_q_mass;
156    short int have_tau_thermostat, have_tau_barostat;
157 <  short int have_zcons_time, have_zConstraints, have_n_zConstraints, have_zcons_tol;  
157 >  short int have_zcons_time, have_zConstraints, have_n_zConstraints;
158 >  short int have_zcons_tol, have_seed;  
159    short int have_zcons_force_policy;
160  
161   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines