diff options
Diffstat (limited to 'tools/lib/h5tools.h')
-rw-r--r-- | tools/lib/h5tools.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/lib/h5tools.h b/tools/lib/h5tools.h index a0f54736..6313992 100644 --- a/tools/lib/h5tools.h +++ b/tools/lib/h5tools.h @@ -380,9 +380,9 @@ extern int bin_form; /* binary form */ /* Strings for output */ -#define GROUP "GROUP" -#define DATASET "DATASET" -#define DATATYPE "DATATYPE" +#define H5_TOOLS_GROUP "GROUP" +#define H5_TOOLS_DATASET "DATASET" +#define H5_TOOLS_DATATYPE "DATATYPE" /* Definitions of useful routines */ extern void h5tools_init(void); |