--- branches/mmeineke/OOPSE/libmdtools/randomSPRNG.cpp 2003/03/21 17:42:12 377 +++ trunk/OOPSE/libmdtools/randomSPRNG.cpp 2004/05/27 18:59:17 1203 @@ -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();