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