ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libBASS/Globals.cpp
(Generate patch)

Comparing trunk/OOPSE/libBASS/Globals.cpp (file contents):
Revision 1093 by tim, Wed Mar 17 14:22:59 2004 UTC vs.
Revision 1135 by mmeineke, Mon Apr 26 21:16:07 2004 UTC

# Line 134 | Line 134 | Globals::Globals(){
134    strcpy( mixingRule,"standard");  //default mixing rules to standard.
135    usePBC = 1; //default  periodic boundry conditions to on
136    useRF  = 0;
137 <  useInitTime = 1; // default to pull init time from the init file
138 <  useInitXSstate = 1; // default to pull the extended state from the init file
137 >  useInitTime = 0; // default to pull init time from the init file
138 >  useInitXSstate = 0; // default to pull the extended state from the init file
139    orthoBoxTolerance = 1E-6;
140  
141    have_force_field =  0;
# Line 175 | Line 175 | Globals::Globals(){
175    have_zcons_using_smd = 0;  
176    have_seed = 0;
177    have_ljrcut = 0;
178 +  have_minimizer = 0;
179 +  have_minimizer_maxiteration = 0;
180 +  have_minimizer_writefrq = 0;
181 +  have_minimizer_stepsize = 0;
182 +  have_minimizer_ftol = 0;
183 +  have_minimizer_gtol = 0;
184 +  have_minimizer_ls_tol = 0;
185 +  have_minimizer_ls_maxiteration = 0;
186 +
187  
188   }
189  
# Line 1655 | Line 1664 | char* Globals::checkMe( void ){
1664      strcat( err, "\t->targetTemp\n" );
1665      have_err= 1;
1666    }
1658
1667    
1668    if(!have_minimizer)
1669      if( !have_ensemble ){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines