--- trunk/OOPSE/libmdtools/Exclude.hpp 2003/03/26 20:45:07 408 +++ trunk/OOPSE/libmdtools/Exclude.hpp 2003/03/26 21:23:00 410 @@ -7,11 +7,16 @@ class Exclude{ (public) Exclude(int theIndex); ~Exclude(){} + static int* exPairs; // The Excludes array + static int nExcludes; + static void createArray( int nExludes ); static void destroyArray( void ); - static double* getArray( void ){ return exPairs; } - static double* exPairs; - + static int* getArray( void ){ return exPairs; } + void addExcludePairs(int nAdded, int* AexPair); + void deleteExcludePair(int theIndex); + void deleteRange(int startIndex, int stopIndex); + void setPair( int i, int j); protected: