--- trunk/OOPSE/libmdtools/Exclude.cpp 2003/03/26 21:24:08 411 +++ trunk/OOPSE/libmdtools/Exclude.cpp 2003/03/26 21:50:33 412 @@ -9,8 +9,9 @@ void Exclude::createArray( int nExcludes ){ exJ = theIndex*2 + 1; } -void Exclude::createArray( int nExcludes ){ - +void Exclude::createArray( int the_nExcludes ){ + + nExcludes = the_nExcludes; exPairs = new int[nExcludes*2]; }