summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2015-03-26 22:03:45 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2015-03-26 22:03:45 (GMT)
commite26999516d0db4701dcc1fa7711bb3a6751b48e8 (patch)
tree57d8d43d89e7952090071e9dd54d3cc7a9aa10d9
parent1180e6f96ddada00645cf085a402b215431cae28 (diff)
downloadhdf5-e26999516d0db4701dcc1fa7711bb3a6751b48e8.zip
hdf5-e26999516d0db4701dcc1fa7711bb3a6751b48e8.tar.gz
hdf5-e26999516d0db4701dcc1fa7711bb3a6751b48e8.tar.bz2
[svn-r26609] Neil fixed a bug that caused a failure when a source file was closed. Removed comments from the
example. Tested on jam.
-rw-r--r--examples/h5_vds-simpleIO.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/h5_vds-simpleIO.c b/examples/h5_vds-simpleIO.c
index 801229c..e4b0018 100644
--- a/examples/h5_vds-simpleIO.c
+++ b/examples/h5_vds-simpleIO.c
@@ -87,7 +87,6 @@ main (void)
status = H5Sclose (vspace);
status = H5Sclose (src_space);
status = H5Dclose (dset);
-#ifdef EIP /*Currently the file with VDS should stay open. Neil will fix the issue */
status = H5Fclose (file);
/*
@@ -98,7 +97,6 @@ main (void)
* Open the file and virtual dataset.
*/
file = H5Fopen (FILE, H5F_ACC_RDONLY, H5P_DEFAULT);
-#endif
dset = H5Dopen (file, DATASET, H5P_DEFAULT);
/*
* Get creation property list and mapping properties.