From 6ab3025c9f095b5154df740377bd3dd6f7c03765 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 24 Jun 2010 13:42:18 +0000 Subject: [PATCH] define ERR_XYZ as macro --- src/h5core/h5_mpi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/h5core/h5_mpi.c b/src/h5core/h5_mpi.c index d1d5dcc..11f2f9b 100644 --- a/src/h5core/h5_mpi.c +++ b/src/h5core/h5_mpi.c @@ -3,9 +3,9 @@ #ifdef PARALLEL_IO -const char* ERR_GATHER = "Cannot gather data."; -const char* ERR_COMM_SIZE = "Cannot get number of processes in my group."; -const char* ERR_COMM_RANK = "Cannot get rank of the calling process."; +#define ERR_GATHER "Cannot gather data." +#define ERR_COMM_SIZE "Cannot get number of processes in my group." +#define ERR_COMM_RANK "Cannot get rank of the calling process." h5_err_t h5priv_mpi_allgather (