| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | < | #include <cstdlib> |
| 2 | < | #include <cstdio> |
| 3 | < | #include <cstring> |
| 1 | > | #include <stdlib.h> |
| 2 | > | #include <stdio.h> |
| 3 | > | #include <string.h> |
| 4 | ||
| 5 | #include <iostream> | |
| 6 | using namespace std; | |
| # | 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 |