# | Line 85 | Line 85 | namespace OpenMD { | |
---|---|---|
85 | ||
86 | ParallelRandNumGen::ParallelRandNumGen() { | |
87 | ||
88 | – | std::vector<uint32> bigSeed; |
88 | int nProcessors; | |
89 | #ifdef IS_MPI | |
90 | nProcessors = MPI::COMM_WORLD.Get_size(); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |