--- trunk/OOPSE/libmdtools/randomSPRNG.cpp 2003/03/21 17:42:12 378 +++ trunk/OOPSE/libmdtools/randomSPRNG.cpp 2004/05/27 00:48:12 1198 @@ -1,5 +1,5 @@ #include -#include +#include #include "randomSPRNG.hpp" #include "simError.h" @@ -24,7 +24,7 @@ randomSPRNG::randomSPRNG(int iseed){ #ifdef IS_MPI - nSPRNGStreams = mpiSim->getNumberProcessors(); + nSPRNGStreams = mpiSim->getNprocessors(); myStreamNumber = mpiSim->getMyNode();