--- trunk/OOPSE/libBASS/Globals.cpp 2004/03/17 14:22:59 1093 +++ trunk/OOPSE/libBASS/Globals.cpp 2004/04/12 20:33:12 1099 @@ -175,6 +175,15 @@ Globals::Globals(){ have_zcons_using_smd = 0; have_seed = 0; have_ljrcut = 0; + have_minimizer = 0; + have_minimizer_maxiteration = 0; + have_minimizer_writefrq = 0; + have_minimizer_stepsize = 0; + have_minimizer_ftol = 0; + have_minimizer_gtol = 0; + have_minimizer_ls_tol = 0; + have_minimizer_ls_maxiteration = 0; + } @@ -1655,7 +1664,6 @@ char* Globals::checkMe( void ){ strcat( err, "\t->targetTemp\n" ); have_err= 1; } - if(!have_minimizer) if( !have_ensemble ){