# | Line 39 | Line 39 | |
---|---|---|
39 | * [4] Kuang & Gezelter, J. Chem. Phys. 133, 164101 (2010). | |
40 | * [5] Vardeman, Stocker & Gezelter, J. Chem. Theory Comput. 7, 834 (2011). | |
41 | */ | |
42 | + | #ifdef IS_MPI |
43 | + | #include <mpi.h> |
44 | + | #endif |
45 | ||
46 | #include <stdlib.h> | |
47 | #include <stdio.h> | |
48 | #include <string.h> | |
49 | #include "config.h" | |
47 | – | #ifdef IS_MPI |
48 | – | #include <mpi.h> |
49 | – | #endif |
50 | ||
51 | int nChecks; | |
52 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |