| # | Line 279 | Line 279 | namespace OpenMD { | |
|---|---|---|
| 279 | // Same command on all nodes: | |
| 280 | MPI_Bcast(gaussRand[0].getArrayPointer(), nTriangles*3, MPI_REALTYPE, 0, | |
| 281 | MPI_COMM_WORLD); | |
| 282 | – | // MPI::COMM_WORLD.Bcast(&gaussRand[0], nTriangles*3, MPI::REALTYPE, 0); |
| 282 | #endif | |
| 283 | ||
| 284 | return gaussRand; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |