From 6d223fa00fe4294ba7d1353b4f80772d5e20fa9a Mon Sep 17 00:00:00 2001 From: Robert Kim Yates Date: Thu, 27 Aug 1998 14:04:51 -0500 Subject: [svn-r623] Cosmetic change: H5F_mpio_read uses local var use_types_this_time in condition. --- src/H5Fmpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5Fmpio.c b/src/H5Fmpio.c index 7647031..50e7ddc 100644 --- a/src/H5Fmpio.c +++ b/src/H5Fmpio.c @@ -521,7 +521,7 @@ H5F_mpio_read(H5F_low_t *lf, H5F_access_t *access_parms, * (or even MPI_TYPE_NULL, which could mean "use MPI_BYTE" by convention). */ use_types_this_time = access_parms->u.mpio.use_types; - if (access_parms->u.mpio.use_types) { + if (use_types_this_time) { /* prepare for a full-blown xfer using btype, ftype, and disp */ buf_type = access_parms->u.mpio.btype; file_type = access_parms->u.mpio.ftype; -- cgit v0.12