mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r23154] HDFFV-8286: changed comments from // to /* */
This commit is contained in:
parent
2381dacdad
commit
4b9482eaee
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user