--- trunk/OOPSE/libmdtools/SimInfo.cpp 2003/04/08 22:38:43 482 +++ trunk/OOPSE/libmdtools/SimInfo.cpp 2003/04/09 04:06:43 483 @@ -163,17 +163,9 @@ void SimInfo::refreshSim(){ isError = 0; -// fInfo; -// n_atoms; -// identArray; -// n_exclude; -// excludes; -// nGlobalExcludes; -// globalExcludes; -// isError; - setFsimulation( &fInfo, &n_atoms, identArray, &n_exclude, excl, - &nGlobalExcludes, globalExcludes, &isError ); + &nGlobalExcludes, globalExcludes, molMembershipArray, + &isError ); if( isError ){