--- trunk/OOPSE/libmdtools/SimSetup.cpp 2003/03/27 21:52:21 429 +++ trunk/OOPSE/libmdtools/SimSetup.cpp 2003/03/27 22:16:27 431 @@ -335,8 +335,12 @@ void SimSetup::createSim( void ){ if( simnfo->n_SRI ){ + + std::cerr << "n_SRI = " << simnfo->n_SRI << "\n"; + Exclude::createArray(simnfo->n_SRI); the_excludes = new Exclude*[simnfo->n_SRI]; + for( int ex=0; exn_SRI; ex++) the_excludes[ex] = new Exclude(ex); simnfo->globalExcludes = new int; simnfo->n_exclude = tot_SRI; }