diff options
author | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1999-06-07 19:57:10 (GMT) |
---|---|---|
committer | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1999-06-07 19:57:10 (GMT) |
commit | 8532eb342ec94f6f7c92c73108c37228c91ee31c (patch) | |
tree | f7428c50e804d09f890fe2201ddfcedd2dc1947d /tools/h5dump.h | |
parent | 6881c423a13ae1e7dbf73f1b6fc02d91c71e5947 (diff) | |
download | hdf5-8532eb342ec94f6f7c92c73108c37228c91ee31c.zip hdf5-8532eb342ec94f6f7c92c73108c37228c91ee31c.tar.gz hdf5-8532eb342ec94f6f7c92c73108c37228c91ee31c.tar.bz2 |
[svn-r1310]
removed the '//' from display_string and put a macro for it in h5dump.h
Diffstat (limited to 'tools/h5dump.h')
-rw-r--r-- | tools/h5dump.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump.h b/tools/h5dump.h index c4213fb..4b1ed02 100644 --- a/tools/h5dump.h +++ b/tools/h5dump.h @@ -25,7 +25,7 @@ #define STRPAD "STRPAD" #define CSET "CSET" #define CTYPE "CTYPE" - +#define CONCATENATOR "//" #define BEGIN "{" #define END "}" |