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 1091 by tim, Tue Mar 16 19:22:56 2004 UTC vs.
Revision 1093 by tim, Wed Mar 17 14:22:59 2004 UTC

# Line 72 | Line 72 | class Globals{ (public)
72    char*  getZconsForcePolicy(void)  { return zconsForcePolicy;}
73    double getZconsGap(void) {return zcons_gap;}
74    double getZconsFixtime(void) {return zcons_fixtime;}
75 +  int getZconsUsingSMD(void) {return zcons_using_smd;}
76    
77    int    getSeed(void)              { return seed;}
78    double getLJrcut(void)            { return LJrcut;}
# Line 112 | Line 113 | class Globals{ (public)
113    short int haveZconsForcePolicy(void){ return have_zcons_force_policy;}
114    short int haveZConsGap(void) {return have_zcons_gap;}
115    short int haveZConsFixTime(void) {return have_zcons_fixtime;}
116 +  short int haveZConsUsingSMD(void) {return have_zcons_using_smd;}
117    
118    short int haveSeed(void)            { return have_seed;}
119    short int haveLJrcut(void)          { return have_ljrcut;}
# Line 179 | Line 181 | class Globals{ (public)
181    char zconsForcePolicy[100];
182    double zcons_gap;
183    double zcons_fixtime;
184 +  int zcons_using_smd;
185    
186    int seed;
187    double LJrcut;
# Line 204 | Line 207 | class Globals{ (public)
207    short int have_zcons_tol, have_seed, have_ljrcut;  
208    short int have_zcons_force_policy, have_reset_time;
209    short int have_zcons_gap, have_zcons_fixtime;
210 +  short int have_zcons_using_smd;
211    short int have_minimizer, have_minimizer_maxiteration;
212    short int have_minimizer_writefrq, have_minimizer_stepsize;
213    short int have_minimizer_ftol, have_minimizer_gtol;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines