--- trunk/OOPSE/libmdtools/Exclude.cpp 2003/03/26 21:50:33 412 +++ trunk/OOPSE/libmdtools/Exclude.cpp 2003/03/26 21:54:49 413 @@ -2,8 +2,9 @@ #include "Exclude.hpp" +int* Exclude::exPair +int Exclude::nExcludes; - Exclude::Exclude( int theIndex ){ exI = theIndex*2; exJ = theIndex*2 + 1;