summaryrefslogtreecommitdiffstats
path: root/src/H5Flow.c
diff options
context:
space:
mode:
authorDan Wells <dwells@cs.uiuc.edu>1999-04-14 21:48:05 (GMT)
committerDan Wells <dwells@cs.uiuc.edu>1999-04-14 21:48:05 (GMT)
commitfe83d5e288c257790508fa9008e4f3b7a79c91e5 (patch)
tree474e7bb8d0c4e73c1886f7ec4b08c2a801fafbc0 /src/H5Flow.c
parent9ec85308236b2547cf5a6b9cff223e042fb5ab36 (diff)
downloadhdf5-fe83d5e288c257790508fa9008e4f3b7a79c91e5.zip
hdf5-fe83d5e288c257790508fa9008e4f3b7a79c91e5.tar.gz
hdf5-fe83d5e288c257790508fa9008e4f3b7a79c91e5.tar.bz2
[svn-r1182] Changed name of PABLO Mask to simplify automatic definitions.
Diffstat (limited to 'src/H5Flow.c')
-rw-r--r--src/H5Flow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Flow.c b/src/H5Flow.c
index 2570930..fdc9b9f 100644
--- a/src/H5Flow.c
+++ b/src/H5Flow.c
@@ -17,7 +17,7 @@
#define addr_defined(X) (((uint64_t)(-1)!=(X)->offset) ? TRUE : FALSE)
-#define PABLO_MASK H5F_low_mask
+#define PABLO_MASK H5Flow_mask
static intn interface_initialize_g = 0;
#define INTERFACE_INIT NULL