summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-12-16 19:54:56 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-12-16 19:54:56 (GMT)
commitc419289b04a0935f9eae5582016d9e52d7afb25c (patch)
tree23a26fbc28bfb8d68159e5a6e500b1e09382e6a0 /examples
parentd30135da2a20eb6122237d31ce84c8ef8847ade5 (diff)
downloadhdf5-c419289b04a0935f9eae5582016d9e52d7afb25c.zip
hdf5-c419289b04a0935f9eae5582016d9e52d7afb25c.tar.gz
hdf5-c419289b04a0935f9eae5582016d9e52d7afb25c.tar.bz2
[svn-r28692] Merge of r28669 from trunk. Minor // comment removal.
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Diffstat (limited to 'examples')
-rw-r--r--examples/h5_vds-percival-unlim.c5
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;