--- trunk/OOPSE/libmdtools/SimInfo.cpp 2003/03/31 21:50:59 438 +++ trunk/OOPSE/libmdtools/SimInfo.cpp 2003/04/01 16:50:14 441 @@ -51,8 +51,8 @@ void SimInfo::refreshSim(){ fInfo.dielect = dielectric; fInfo.SIM_uses_PBC = usePBC; - // fInfo.SIM_uses_LJ = useLJ; - fInfo.SIM_uses_LJ = 0; + fInfo.SIM_uses_LJ = useLJ; + //fInfo.SIM_uses_sticky = useSticky; fInfo.SIM_uses_sticky = 0; fInfo.SIM_uses_dipoles = useDipole; @@ -65,14 +65,14 @@ void SimInfo::refreshSim(){ isError = 0; - 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, excl, &nGlobalExcludes, globalExcludes, &isError );