--- trunk/OOPSE/libmdtools/SimInfo.hpp 2004/02/06 18:58:06 1031 +++ trunk/OOPSE/libmdtools/SimInfo.hpp 2004/02/24 15:44:45 1064 @@ -15,9 +15,10 @@ #include "fSimulation.h" #include "fortranWrapDefines.hpp" #include "GenericData.hpp" -#include "Minimizer.hpp" +//#include "Minimizer.hpp" +//#include "OOPSEMinimizer.hpp" - +class OOPSEMinimizer; class SimInfo{ public: @@ -110,7 +111,7 @@ class SimInfo{ (public) char mixingRule[100]; // the mixing rules for Lennard jones/van der walls BaseIntegrator *the_integrator; // the integrator of the simulation - Minimizer* the_minimizer; // the energy minimizer + OOPSEMinimizer* the_minimizer; // the energy minimizer bool has_minimizer; char finalName[300]; // the name of the eor file to be written