--- trunk/OOPSE/libmdtools/SimInfo.hpp 2004/06/01 18:42:58 1214 +++ trunk/OOPSE/libmdtools/SimInfo.hpp 2004/06/04 03:15:31 1234 @@ -19,12 +19,15 @@ #include "fSimulation.h" #include "fortranWrapDefines.hpp" #include "GenericData.hpp" + + //#include "Minimizer.hpp" //#include "OOPSEMinimizer.hpp" double roundMe( double x ); class OOPSEMinimizer; +class ConstraintManager; class SimInfo{ public: @@ -141,6 +144,8 @@ class SimInfo{ (public) vector FglobalGroupMembership; int ngroup; int* globalGroupMembership; + + ConstraintManager* consMan; //constraint manager holding the constraint pairs // refreshes the sim if things get changed (load balanceing, volume // adjustment, etc.)