From e26999516d0db4701dcc1fa7711bb3a6751b48e8 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Thu, 26 Mar 2015 17:03:45 -0500 Subject: [svn-r26609] Neil fixed a bug that caused a failure when a source file was closed. Removed comments from the example. Tested on jam. --- examples/h5_vds-simpleIO.c | 2 -- 1 file changed, 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. -- cgit v0.12