diff options
author | Dan Wells <dwells@cs.uiuc.edu> | 1999-03-09 21:02:49 (GMT) |
---|---|---|
committer | Dan Wells <dwells@cs.uiuc.edu> | 1999-03-09 21:02:49 (GMT) |
commit | 112f7b4e866be8a0638412f5cee639536f4d8429 (patch) | |
tree | 4c3bdc00fe654476b2f241bea1da4e66d30790f9 /src/H5Ffamily.c | |
parent | cd06c38d65b5fd07b680f73951bbf9c6d2c47ce1 (diff) | |
download | hdf5-112f7b4e866be8a0638412f5cee639536f4d8429.zip hdf5-112f7b4e866be8a0638412f5cee639536f4d8429.tar.gz hdf5-112f7b4e866be8a0638412f5cee639536f4d8429.tar.bz2 |
[svn-r1124] Changed the names of the pablo masks
Diffstat (limited to 'src/H5Ffamily.c')
-rw-r--r-- | src/H5Ffamily.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ffamily.c b/src/H5Ffamily.c index 0a035e2..6a9e1a2 100644 --- a/src/H5Ffamily.c +++ b/src/H5Ffamily.c @@ -26,7 +26,7 @@ #include <H5Fprivate.h> #include <H5MMprivate.h> -#define PABLO_MASK H5F_family +#define PABLO_MASK H5F_family_mask static intn interface_initialize_g = 0; #define INTERFACE_INIT NULL |