diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2015-03-26 22:03:45 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2015-03-26 22:03:45 (GMT) |
commit | e26999516d0db4701dcc1fa7711bb3a6751b48e8 (patch) | |
tree | 57d8d43d89e7952090071e9dd54d3cc7a9aa10d9 /examples | |
parent | 1180e6f96ddada00645cf085a402b215431cae28 (diff) | |
download | hdf5-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.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/h5_vds-simpleIO.c | 2 |
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. |