| # | Line 272 | Line 272 | void EAM_FF::calcRcut( void ){ | |
|---|---|---|
| 272 | MPI_Allreduce( &tempEamRcut, &eamRcut, 1, MPI_DOUBLE, MPI_MAX, | |
| 273 | MPI_COMM_WORLD); | |
| 274 | #endif //is_mpi | |
| 275 | < | entry_plug->setRcut(eamRcut); |
| 275 | > | entry_plug->setDefaultRcut(eamRcut); |
| 276 | } | |
| 277 | ||
| 278 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |