summaryrefslogtreecommitdiffstats
path: root/test/th5s.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-01-14 15:42:17 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-01-14 15:42:17 (GMT)
commit4b9482eaee456111a6bdb57db2f00a9bf069fcd3 (patch)
treef5888c4f073a2886163bb0f27207fb87aa92e789 /test/th5s.c
parent2381dacdad61f795def5bcc6e359c31c959cb86f (diff)
downloadhdf5-4b9482eaee456111a6bdb57db2f00a9bf069fcd3.zip
hdf5-4b9482eaee456111a6bdb57db2f00a9bf069fcd3.tar.gz
hdf5-4b9482eaee456111a6bdb57db2f00a9bf069fcd3.tar.bz2
[svn-r23154] HDFFV-8286: changed comments from // to /* */
Diffstat (limited to 'test/th5s.c')
-rw-r--r--test/th5s.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/th5s.c b/test/th5s.c
index 87aa0f1..a026545 100644
--- a/test/th5s.c
+++ b/test/th5s.c
@@ -725,8 +725,8 @@ test_h5s_zero_dim(void)
ret = H5Pset_chunk(plist_id, SPACE1_RANK, chunk_dims);
CHECK(ret, FAIL, "H5Pset_chunk");
- // ret = H5Pset_alloc_time(plist_id, alloc_time);
- // CHECK(ret, FAIL, "H5Pset_alloc_time");
+ /* ret = H5Pset_alloc_time(plist_id, alloc_time); */
+ /* CHECK(ret, FAIL, "H5Pset_alloc_time"); */
dset1 = H5Dcreate2(fid1, BASICDATASET1, H5T_NATIVE_INT, sid_chunk, H5P_DEFAULT, plist_id, H5P_DEFAULT);
CHECK(dset1, FAIL, "H5Dcreate2");