| # | Line 210 | Line 210 | namespace OpenMD { | |
|---|---|---|
| 210 | ||
| 211 | std::vector<int> bsInt(bitset_.begin(), bitset_.end()); | |
| 212 | ||
| 213 | < | MPI::COMM_WORLD.Allreduce(MPI::IN_PLACE, &bsInt[0], | 
| 214 | < | bsInt.size(), MPI::INT, MPI::LOR); | 
| 213 | > | MPI_Allreduce(MPI_IN_PLACE, &bsInt[0], | 
| 214 | > | bsInt.size(), MPI_INT, MPI_LOR, MPI_COMM_WORLD); | 
| 215 | ||
| 216 | std::transform(bsInt.begin(), bsInt.end(), | |
| 217 | std::back_inserter( result.bitset_ ), to_bool<int>()); | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |