[svn-r1324]

moved the ATTRIBUTE_DATA definition from h5dump.h to h5tools.h
also created a ENUM_DATA in th5tools.h
This commit is contained in:
Patrick Lu 1999-06-10 12:41:06 -05:00
parent bcc9f5ad96
commit 40aa67003b
2 changed files with 4 additions and 1 deletions

View File

@ -29,7 +29,6 @@
#define BEGIN "{"
#define END "}"
#define ATTRIBUTE_DATA 0
#define H5DUMP_MAX_RANK H5S_MAX_RANK

View File

@ -251,7 +251,11 @@ typedef enum {
/*
taken from h5dump.h
*/
#define ATTRIBUTE_DATA 0
#define DATASET_DATA 1
#define ENUM_DATA 2
#define COL 3
extern int indent;