diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-01-14 15:48:45 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-01-14 15:48:45 (GMT) |
commit | a722448cd11dd2867f586e05d26ce0b26e95c4e8 (patch) | |
tree | ac588b61e3db156650d3d0ed79ef5e94ff5ca416 | |
parent | aa51f3eab8b519a86b3ea2df5e7c201a02b7c877 (diff) | |
download | hdf5-a722448cd11dd2867f586e05d26ce0b26e95c4e8.zip hdf5-a722448cd11dd2867f586e05d26ce0b26e95c4e8.tar.gz hdf5-a722448cd11dd2867f586e05d26ce0b26e95c4e8.tar.bz2 |
[svn-r23156] HDFFV-8286: changed comments from // to /* */
-rw-r--r-- | test/th5s.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/th5s.c b/test/th5s.c index 462bc36..8e18fad 100644 --- a/test/th5s.c +++ b/test/th5s.c @@ -730,8 +730,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"); |