summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2015-05-05 18:07:15 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2015-05-05 18:07:15 (GMT)
commit8ba06cb15e5bab3b49f210ff6d635d35fc4ed1ec (patch)
tree5e6f21af00339659824542a3e48cc57581900ac7 /examples
parent95b63ae6852efb6346366aa576457078ceffa240 (diff)
downloadhdf5-8ba06cb15e5bab3b49f210ff6d635d35fc4ed1ec.zip
hdf5-8ba06cb15e5bab3b49f210ff6d635d35fc4ed1ec.tar.gz
hdf5-8ba06cb15e5bab3b49f210ff6d635d35fc4ed1ec.tar.bz2
[svn-r27018] Fixed a comment for the expected VDS sizes.
Diffstat (limited to 'examples')
-rw-r--r--examples/h5_vds-percival-unlim-maxmin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/h5_vds-percival-unlim-maxmin.c b/examples/h5_vds-percival-unlim-maxmin.c
index 2c2c6dd..c89dbac 100644
--- a/examples/h5_vds-percival-unlim-maxmin.c
+++ b/examples/h5_vds-percival-unlim-maxmin.c
@@ -213,7 +213,7 @@ main (void)
//status = H5Pset_virtual_dataset_bounds (dapl, H5D_VDS_MIN);
vdset = H5Dopen (vfile, DATASET, dapl);
- /* Let's get space of the VDS and its dimension; we should get 32(16)x10x10 */
+ /* Let's get space of the VDS and its dimension; we should get 32(or 17)x10x10 */
vspace = H5Dget_space (vdset);
H5Sget_simple_extent_dims (vspace, vdsdims_out, vdsdims_max_out);
printf ("VDS dimensions: ");