summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2015-12-15 20:52:12 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2015-12-15 20:52:12 (GMT)
commitb3426914a877877b43c90b6804130076ee1b3c2c (patch)
tree0af85202de5e05de17c7d7156327e03d579e4b05 /examples
parent410d8365d0650b3bc9113fbc9176978f83291fbe (diff)
downloadhdf5-b3426914a877877b43c90b6804130076ee1b3c2c.zip
hdf5-b3426914a877877b43c90b6804130076ee1b3c2c.tar.gz
hdf5-b3426914a877877b43c90b6804130076ee1b3c2c.tar.bz2
[svn-r28669] Changes to correct errors found with -ansi flag.
h5tools_dump.c Removed 3 lines commented out with //. h5_vds-percival-unlim.c Changed C++-style comment to C-style comment. Tested with h5committest.new.
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;