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