| # | Line 9 | Line 9 | |
|---|---|---|
| 9 | ||
| 10 | /* Define to a macro mangling the given C identifier (in lower and upper | |
| 11 | * case), which must not contain underscores, for linking with Fortran. */ | |
| 12 | < | #undef F90_FUNC |
| 12 | > | #undef FC_FUNC |
| 13 | ||
| 14 | /* As F90_FUNC, but for C identifiers containing underscores. */ | |
| 15 | < | #undef F90_FUNC_ |
| 15 | > | #undef FC_FUNC_ |
| 16 | ||
| 17 | /* Define to 1 if you find the <mpi.h> header file. */ | |
| 18 | #undef HAVE_MPI_H | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |