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 708 by tim, Wed Aug 20 22:23:34 2003 UTC vs.
Revision 745 by mmeineke, Thu Sep 4 21:48:07 2003 UTC

# Line 55 | Line 55 | class Globals{ (public)
55    double getBoxZ( void )            { return box_z; }
56    double getSampleTime( void )      { return sample_time; }
57    double getStatusTime( void )      { return status_time; }
58 +  double getResetTime( void )      { return resetTime; }
59    double getThermalTime( void )     { return thermal_time; }
60    double getDielectric( void )      { return dielectric; }
61    double getECR( void)              { return ecr; }
# Line 77 | Line 78 | class Globals{ (public)
78    short int haveBoxY( void )          { return have_box_y; }
79    short int haveBoxZ( void )          { return have_box_z; }
80    short int haveSampleTime( void )    { return have_sample_time; }
81 +  short int haveResetTime( void )     { return have_reset_time; }
82    short int haveStatusTime( void )    { return have_status_time; }
83    short int haveThermalTime( void )   { return have_thermal_time; }
84    short int haveECR( void )           { return have_ecr; }
# Line 129 | Line 131 | class Globals{ (public)
131    double box_x, box_y, box_z;
132    double sample_time;
133    double status_time;
134 +  double resetTime;
135    double thermal_time;
136    double ecr;
137    double est;
# Line 156 | Line 159 | class Globals{ (public)
159    short int have_tau_thermostat, have_tau_barostat;
160    short int have_zcons_time, have_zConstraints, have_n_zConstraints;
161    short int have_zcons_tol, have_seed;  
162 <  short int have_zcons_force_policy;
162 >  short int have_zcons_force_policy, have_reset_time;
163  
164   };
165  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines