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 1066 by tim, Tue Feb 24 16:36:33 2004 UTC vs.
Revision 1091 by tim, Tue Mar 16 19:22:56 2004 UTC

# Line 70 | Line 70 | class Globals{ (public)
70    double getZconsTime(void)         { return zcons_time;}
71    double getZconsTol(void)          { return zcons_tol;}
72    char*  getZconsForcePolicy(void)  { return zconsForcePolicy;}
73 +  double getZconsGap(void) {return zcons_gap;}
74 +  double getZconsFixtime(void) {return zcons_fixtime;}
75 +  
76    int    getSeed(void)              { return seed;}
77    double getLJrcut(void)            { return LJrcut;}
78  
# Line 107 | Line 110 | class Globals{ (public)
110    short int haveZconstraints( void )  { return have_zConstraints;}
111    short int haveZconsTol(void)        { return have_zcons_tol;}
112    short int haveZconsForcePolicy(void){ return have_zcons_force_policy;}
113 +  short int haveZConsGap(void) {return have_zcons_gap;}
114 +  short int haveZConsFixTime(void) {return have_zcons_fixtime;}
115 +  
116    short int haveSeed(void)            { return have_seed;}
117    short int haveLJrcut(void)          { return have_ljrcut;}
118    short int haveMinimizer(void) { return have_minimizer;}
# Line 171 | Line 177 | class Globals{ (public)
177    double zcons_time;    
178    double zcons_tol;
179    char zconsForcePolicy[100];
180 +  double zcons_gap;
181 +  double zcons_fixtime;
182 +  
183    int seed;
184    double LJrcut;
185    char minimizer_name[100];
# Line 194 | Line 203 | class Globals{ (public)
203    short int have_zcons_time, have_zConstraints, have_n_zConstraints;
204    short int have_zcons_tol, have_seed, have_ljrcut;  
205    short int have_zcons_force_policy, have_reset_time;
206 +  short int have_zcons_gap, have_zcons_fixtime;
207    short int have_minimizer, have_minimizer_maxiteration;
208    short int have_minimizer_writefrq, have_minimizer_stepsize;
209    short int have_minimizer_ftol, have_minimizer_gtol;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines