From 8ba06cb15e5bab3b49f210ff6d635d35fc4ed1ec Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Tue, 5 May 2015 13:07:15 -0500 Subject: [svn-r27018] Fixed a comment for the expected VDS sizes. --- examples/h5_vds-percival-unlim-maxmin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: "); -- cgit v0.12