diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-01-23 14:49:54 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-01-23 14:49:54 (GMT) |
commit | da08f71ea1ededdf0ff152dbd823bc2eb7cd36d8 (patch) | |
tree | 3c8994ca88449d211f302dda1b536a50b1c36ced /tools/test/h5dump | |
parent | f5389fb6e97c24ebb1c85652a85810fb2607952c (diff) | |
download | hdf5-da08f71ea1ededdf0ff152dbd823bc2eb7cd36d8.zip hdf5-da08f71ea1ededdf0ff152dbd823bc2eb7cd36d8.tar.gz hdf5-da08f71ea1ededdf0ff152dbd823bc2eb7cd36d8.tar.bz2 |
HDFFV-10112 correct form of comments
Diffstat (limited to 'tools/test/h5dump')
-rw-r--r-- | tools/test/h5dump/h5dumpgentest.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/test/h5dump/h5dumpgentest.c b/tools/test/h5dump/h5dumpgentest.c index 0cb9841..bf9a698 100644 --- a/tools/test/h5dump/h5dumpgentest.c +++ b/tools/test/h5dump/h5dumpgentest.c @@ -397,9 +397,9 @@ typedef struct s1_t { /* Dataset dimensions */ #define F82_DIM32 32 #define F82_RANK 1 -//#define F82_RANK2 2 -//#define F82_RANK3 3 -//#define F82_RANK4 4 +/* #define F82_RANK2 2 */ +/* #define F82_RANK3 3 */ +/* #define F82_RANK4 4 */ /* "File 83" macros */ /* Name of dataset to create in datafile */ |