| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | #include <iostream> | |
| 2 | < | #include <cmath> |
| 2 | > | #include <math.h> |
| 3 | ||
| 4 | #include "randomSPRNG.hpp" | |
| 5 | #include "simError.h" | |
| # | Line 24 | Line 24 | randomSPRNG::randomSPRNG(int iseed){ | |
| 24 | ||
| 25 | #ifdef IS_MPI | |
| 26 | ||
| 27 | < | nSPRNGStreams = mpiSim->getNumberProcessors(); |
| 27 | > | nSPRNGStreams = mpiSim->getNProcessors(); |
| 28 | ||
| 29 | myStreamNumber = mpiSim->getMyNode(); | |
| 30 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |