--- trunk/OOPSE/libmdtools/SimInfo.cpp 2004/05/12 14:30:12 1163 +++ trunk/OOPSE/libmdtools/SimInfo.cpp 2004/05/12 15:02:03 1164 @@ -453,8 +453,8 @@ void SimInfo::refreshSim(){ getFortranGroupArray(this, mfact, ngroup, groupList, groupStart); //it may not be a good idea to pass the address of first element in vector - //since c++ standard does not require vector to be stored continously in meomory - //Most of the compilers will organize the memory of vector continously + //since c++ standard does not require vector to be stored continuously in meomory + //Most of the compilers will organize the memory of vector continuously setFsimulation( &fInfo, &n_global, &n_atoms, identArray, &n_exclude, excl, &nGlobalExcludes, globalExcludes, molMembershipArray, &mfact[0], &ngroup, &groupList[0], &groupStart[0], &isError);