diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-01-23 16:18:43 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-01-23 16:18:43 (GMT) |
commit | a43ad4b9a4a2cd49dcc81716586e5f29ef67af77 (patch) | |
tree | 3c8994ca88449d211f302dda1b536a50b1c36ced | |
parent | f5389fb6e97c24ebb1c85652a85810fb2607952c (diff) | |
parent | da08f71ea1ededdf0ff152dbd823bc2eb7cd36d8 (diff) | |
download | hdf5-a43ad4b9a4a2cd49dcc81716586e5f29ef67af77.zip hdf5-a43ad4b9a4a2cd49dcc81716586e5f29ef67af77.tar.gz hdf5-a43ad4b9a4a2cd49dcc81716586e5f29ef67af77.tar.bz2 |
Merge pull request #260 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'da08f71ea1ededdf0ff152dbd823bc2eb7cd36d8':
HDFFV-10112 correct form of comments
-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 */ |