--- trunk/OOPSE-3.0/src/brains/SimInfo.hpp 2004/10/20 20:46:20 1617 +++ trunk/OOPSE-3.0/src/brains/SimInfo.hpp 2004/10/22 22:54:01 1636 @@ -88,13 +88,17 @@ class SimInfo{ (public) int usePBC; // whether we use periodic boundry conditions. - int useLJ; - int useSticky; + int useDirectionalAtoms; + int useLennardJones; + int useElectrostatics; int useCharges; int useDipoles; - int useReactionField; - int useGB; + int useSticky; + int useGayBerne; int useEAM; + int useShapes; + int useFLARB; + int useReactionField; bool haveCutoffGroups; bool useInitXSstate; double orthoTolerance;