ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/SimInfo.hpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/SimInfo.hpp (file contents):
Revision 1214 by gezelter, Tue Jun 1 18:42:58 2004 UTC vs.
Revision 1234 by tim, Fri Jun 4 03:15:31 2004 UTC

# Line 19 | Line 19
19   #include "fSimulation.h"
20   #include "fortranWrapDefines.hpp"
21   #include "GenericData.hpp"
22 +
23 +
24   //#include "Minimizer.hpp"
25   //#include "OOPSEMinimizer.hpp"
26  
27  
28   double roundMe( double x );
29   class OOPSEMinimizer;
30 + class ConstraintManager;
31   class SimInfo{
32  
33   public:
# Line 141 | Line 144 | class SimInfo{ (public)
144    vector<int> FglobalGroupMembership;
145    int ngroup;
146    int* globalGroupMembership;
147 +
148 +  ConstraintManager* consMan; //constraint manager  holding the constraint pairs
149    
150    // refreshes the sim if things get changed (load balanceing, volume
151    // adjustment, etc.)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines