summaryrefslogtreecommitdiffstats
path: root/tools/h5tools.h
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-09-15 20:12:50 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-09-15 20:12:50 (GMT)
commitb6903e910bc0f86075f870df1f24c403067315fe (patch)
treed0de88c869c81b4a9076d61c9dc1a8cbf19b4503 /tools/h5tools.h
parentd6d756ef965762cb109e8d004dde3768f5bc567b (diff)
downloadhdf5-b6903e910bc0f86075f870df1f24c403067315fe.zip
hdf5-b6903e910bc0f86075f870df1f24c403067315fe.tar.gz
hdf5-b6903e910bc0f86075f870df1f24c403067315fe.tar.bz2
[svn-r1636]
h5tools.h- added a define for OBJECTID-->"OBJECTID" h5dump.c - added an option in there to print object id's still needs some testing but I just wanted the changes to be put up there before i forget
Diffstat (limited to 'tools/h5tools.h')
-rw-r--r--tools/h5tools.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/h5tools.h b/tools/h5tools.h
index 3de5bf1..da63be0 100644
--- a/tools/h5tools.h
+++ b/tools/h5tools.h
@@ -295,6 +295,7 @@ extern ProgType programtype;
#define CTYPE "CTYPE"
#define CONCATENATOR "//"
#define DATASET "DATASET"
+#define OBJECTID "OBJECTID"
#define BEGIN "{"
#define END "}"
#endif