--- trunk/OOPSE_old/src/mdtools/libmdCode/SimInfo.cpp 2003/03/19 17:29:49 367 +++ trunk/OOPSE_old/src/mdtools/libmdCode/SimInfo.cpp 2003/03/20 00:02:39 368 @@ -54,15 +54,18 @@ void SimInfo::refreshSim(){ isError = 0; - setFsimulation( &fInfo, - &n_atoms, - identArray, - &n_exclude, - excludes, - &nGlobalExcludes, - globalExcludes, - &isError ); + fInfo; + n_atoms; + identArray; + n_exclude; + excludes; + nGlobalExcludes; + globalExcludes; + isError; + + setFsimulation( &fInfo, &n_atoms, identArray, &n_exclude, excludes, &nGlobalExcludes, globalExcludes, &isError ); + if( isError ){ sprintf( painCave.errMsg,