| # | Line 244 | Line 244 | template<typename T> ZConstraint<T>::ZConstraint(SimIn | |
|---|---|---|
| 244 | ||
| 245 | } | |
| 246 | ||
| 247 | < | MPI_Bcast(&COM[whichDirection], 1, MPI_DOUBLE_PRECISION, whichNode, MPI_COMM_WORLD); |
| 247 | > | MPI_Bcast(&COM[whichDirection], 1, MPI_DOUBLE, whichNode, MPI_COMM_WORLD); |
| 248 | #endif | |
| 249 | ||
| 250 | (*parameters)[i].zPos = COM[whichDirection]; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |