--- trunk/OOPSE/libmdtools/SimInfo.cpp 2003/04/07 20:06:31 469 +++ trunk/OOPSE/libmdtools/SimInfo.cpp 2003/04/08 22:38:43 482 @@ -152,8 +152,8 @@ void SimInfo::refreshSim(){ fInfo.SIM_uses_LJ = useLJ; fInfo.SIM_uses_sticky = useSticky; //fInfo.SIM_uses_sticky = 0; - //fInfo.SIM_uses_dipoles = useDipole; - fInfo.SIM_uses_dipoles = 0; + fInfo.SIM_uses_dipoles = useDipole; + //fInfo.SIM_uses_dipoles = 0; //fInfo.SIM_uses_RF = useReactionField; fInfo.SIM_uses_RF = 0; fInfo.SIM_uses_GB = useGB; @@ -189,8 +189,8 @@ void SimInfo::refreshSim(){ MPIcheckPoint(); #endif // is_mpi - ndf = this->getNDF(); - ndfRaw = this->getNDFraw(); + this->ndf = this->getNDF(); + this->ndfRaw = this->getNDFraw(); }