From 847a239cb3816fecd694eab54ab3b35489d0d7c6 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Thu, 23 Feb 2017 01:20:55 +0100 Subject: [PATCH] oops --- src/smpi/smpi_f77.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smpi/smpi_f77.cpp b/src/smpi/smpi_f77.cpp index 1564066173..bf2a5f3d7f 100644 --- a/src/smpi/smpi_f77.cpp +++ b/src/smpi/smpi_f77.cpp @@ -42,7 +42,7 @@ typedef unsigned long int uinteger; #define FORT_BOTTOM(addr) ((*(int*)addr) == -200 ? MPI_BOTTOM : (void*)addr) #define FORT_IN_PLACE(addr) ((*(int*)addr) == -100 ? MPI_IN_PLACE : (void*)addr) #define FORT_STATUS_IGNORE(addr) (static_cast((*(int*)addr) == -300 ? MPI_STATUS_IGNORE : (void*)addr)) -#define FORT_STATUSES_IGNORE(addr) (static_cast((*(int*)addr) == -400 ? MPI_STATUS_IGNORE : (void*)addr)) +#define FORT_STATUSES_IGNORE(addr) (static_cast((*(int*)addr) == -400 ? MPI_STATUSES_IGNORE : (void*)addr)) #define KEY_SIZE (sizeof(int) * 2 + 1) -- 2.20.1