diff options
author | kmu <kmu@hdfgroup.org> | 2020-01-13 20:48:22 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-05-20 14:31:51 (GMT) |
commit | 364d25abea82868371521dbc2a352ca862065485 (patch) | |
tree | 65d0982096df0a7a47062f8b9ac1848a83539d22 /testpar | |
parent | d03083de5f5121f0d83c46625afad3b0be21141e (diff) | |
download | hdf5-364d25abea82868371521dbc2a352ca862065485.zip hdf5-364d25abea82868371521dbc2a352ca862065485.tar.gz hdf5-364d25abea82868371521dbc2a352ca862065485.tar.bz2 |
change it back
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/t_mdset.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testpar/t_mdset.c b/testpar/t_mdset.c index 4e8a519..a0b3253 100644 --- a/testpar/t_mdset.c +++ b/testpar/t_mdset.c @@ -13,7 +13,6 @@ #include "testphdf5.h" #include "H5Dprivate.h" -#include "H5private.h" #define DIM 2 #define SIZE 32 @@ -1960,7 +1959,7 @@ void rr_obj_hdr_flush_confusion_writer(MPI_Comm comm) /* private communicator size and rank */ int mpi_size; int mpi_rank; - int H5_ATTR_SANITY_CHECK mrc; /* mpi error code */ + int mrc; /* mpi error code */ /* steps to verify and have been verified */ int steps = 0; int steps_done = 0; |