diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-12-29 02:44:23 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-12-29 02:44:23 (GMT) |
commit | 10cf31edc93f768591a62c54a5078c4df0fc8b5a (patch) | |
tree | 457d00d7a939d55f2d97589a08d2c4e8019dccdc /examples/h5_vds-percival-unlim.c | |
parent | 712bbfff9a12b4c725f97b66bad6d024c99ab6f1 (diff) | |
download | hdf5-10cf31edc93f768591a62c54a5078c4df0fc8b5a.zip hdf5-10cf31edc93f768591a62c54a5078c4df0fc8b5a.tar.gz hdf5-10cf31edc93f768591a62c54a5078c4df0fc8b5a.tar.bz2 |
[svn-r28732] Merge of r8662-28680, 28692-28728 from revise_chunks.
Tested on: Unbuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
Autotools serial w/ C++ and Fortran
Autotools parallel w/ Fortran (MPICH 3.1.4)
CMake serial (CMake 3.3.2)
Diffstat (limited to 'examples/h5_vds-percival-unlim.c')
-rw-r--r-- | examples/h5_vds-percival-unlim.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/h5_vds-percival-unlim.c b/examples/h5_vds-percival-unlim.c index b5f3ebd..2496c37 100644 --- a/examples/h5_vds-percival-unlim.c +++ b/examples/h5_vds-percival-unlim.c @@ -288,8 +288,9 @@ main (void) /* Read all VDS data */ - //EIP We should be able to do it by using H5S_ALL instead of making selection - // or using H5Sselect_all from vspace. + /* EIP We should be able to do it by using H5S_ALL instead of making selection + * or using H5Sselect_all from vspace. + */ start[0] = 0; start[1] = 0; start[2] = 0; |