mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-06 14:56:51 +08:00
[svn-r1124] Changed the names of the pablo masks
This commit is contained in:
parent
cd06c38d65
commit
112f7b4e86
@ -21,7 +21,7 @@
|
||||
|
||||
#define H5F_CORE_DEV 0xffff /*pseudo dev for core until we fix things */
|
||||
|
||||
#define PABLO_MASK H5F_core
|
||||
#define PABLO_MASK H5F_core_mask
|
||||
static intn interface_initialize_g = 0;
|
||||
#define INTERFACE_INIT NULL
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
#define addr_defined(X) (((uint64_t)(-1)!=(X)->offset) ? TRUE : FALSE)
|
||||
|
||||
#define PABLO_MASK H5F_low
|
||||
#define PABLO_MASK H5F_low_mask
|
||||
static intn interface_initialize_g = 0;
|
||||
#define INTERFACE_INIT NULL
|
||||
|
||||
|
@ -62,7 +62,7 @@
|
||||
#include <mpi.h>
|
||||
#include <mpio.h>
|
||||
|
||||
#define PABLO_MASK H5F_mpio
|
||||
#define PABLO_MASK H5F_mpio_mask
|
||||
static intn interface_initialize_g = 0;
|
||||
#define INTERFACE_INIT NULL
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <H5Fprivate.h>
|
||||
#include <H5MMprivate.h>
|
||||
|
||||
#define PABLO_MASK H5F_sec2
|
||||
#define PABLO_MASK H5F_sec2_mask
|
||||
static intn interface_initialize_g = 0;
|
||||
#define INTERFACE_INIT NULL
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
#define H5F_SPLIT_META_EXT ".meta"
|
||||
#define H5F_SPLIT_RAW_EXT ".raw"
|
||||
|
||||
#define PABLO_MASK H5F_split
|
||||
#define PABLO_MASK H5F_split_mask
|
||||
static intn interface_initialize_g = 0;
|
||||
#define INTERFACE_INIT NULL
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include <H5Fprivate.h>
|
||||
#include <H5MMprivate.h>
|
||||
|
||||
#define PABLO_MASK H5F_stdio
|
||||
#define PABLO_MASK H5F_stdio_mask
|
||||
static intn interface_initialize_g = 0;
|
||||
#define INTERFACE_INIT NULL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user