--- trunk/OOPSE/libmdtools/SimInfo.cpp 2003/04/07 20:06:31 469 +++ trunk/OOPSE/libmdtools/SimInfo.cpp 2003/04/07 21:42:19 474 @@ -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(); }