1
1

Fix the case where we build without Fortran support.

This commit was SVN r29194.
Этот коммит содержится в:
George Bosilca 2013-09-17 20:45:46 +00:00
родитель 7929fb9dea
Коммит 7b319a101d

Просмотреть файл

@ -1287,7 +1287,7 @@ LOC_FUNC_3BUF(minloc, long_double_int, <)
#define FLOATING_POINT_FORTRAN_DOUBLE_PRECISION(name, ftype) \
ompi_op_base_##ftype##_##name##_fortran_double_precision
#else
#define FLOATING_POINT_FORTRAN_DOUBLE_PRECISION(name) NULL
#define FLOATING_POINT_FORTRAN_DOUBLE_PRECISION(name, ftype) NULL
#endif
/** Floating point, including all the Fortran reals *********************/
@ -1305,7 +1305,7 @@ LOC_FUNC_3BUF(minloc, long_double_int, <)
#define FORTRAN_LOGICAL(name, ftype) \
ompi_op_base_##ftype##_##name##_fortran_logical /* OMPI_OP_BASE_TYPE_LOGICAL */
#else
#define FORTRAN_LOGICAL(name) NULL
#define FORTRAN_LOGICAL(name, ftype) NULL
#endif
#define LOGICAL(name, ftype) \