diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-10-05 16:12:27 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-10-05 16:12:27 (GMT) |
commit | 40250f05a38b9fe2f17b27799a694ea5fc69468e (patch) | |
tree | 04f8dcf17fd55a7828ab200a1e854dd036fe98fb /tools | |
parent | 5df5ee8956c9613793908169676de0fb47582c71 (diff) | |
download | hdf5-40250f05a38b9fe2f17b27799a694ea5fc69468e.zip hdf5-40250f05a38b9fe2f17b27799a694ea5fc69468e.tar.gz hdf5-40250f05a38b9fe2f17b27799a694ea5fc69468e.tar.bz2 |
[svn-r12721]
corrected commnet
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5repack/testh5repack_make.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/testh5repack_make.c b/tools/h5repack/testh5repack_make.c index e7a2948..cc4b47d 100644 --- a/tools/h5repack/testh5repack_make.c +++ b/tools/h5repack/testh5repack_make.c @@ -1190,7 +1190,7 @@ int make_layout(hid_t loc_id) goto out; /*------------------------------------------------------------------------- - * H5D_COMPACT + * H5D_CONTIGUOUS *------------------------------------------------------------------------- */ if(H5Pset_layout (dcpl,H5D_CONTIGUOUS)<0) |