summaryrefslogtreecommitdiffstats
path: root/src/H5Shyper.c
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2015-06-25 19:39:08 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2015-06-25 19:39:08 (GMT)
commit2522e278a8fbaa308d6974493fb5f0c381642d94 (patch)
treec8549e8b190919a587e7f0c13f75b3e144e104e4 /src/H5Shyper.c
parent224c6cbe591b5e10a8340f5bcb722db59e8efff6 (diff)
downloadhdf5-2522e278a8fbaa308d6974493fb5f0c381642d94.zip
hdf5-2522e278a8fbaa308d6974493fb5f0c381642d94.tar.gz
hdf5-2522e278a8fbaa308d6974493fb5f0c381642d94.tar.bz2
[svn-r27284] Modify VDS implementation to always use FAPL and DAPL from VDS file and dataset
to open source files and datasets, instead of using the default property lists. Modify VDS to reject attempts at parallel I/O, fix parallel compile error. Modify VDS to not write fill value to memory buffer if the fill value is undefined. Other minor fixes/cleanup. Tested: ummon
Diffstat (limited to 'src/H5Shyper.c')
-rw-r--r--src/H5Shyper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Shyper.c b/src/H5Shyper.c
index baeeec2..f0879b6 100644
--- a/src/H5Shyper.c
+++ b/src/H5Shyper.c
@@ -9638,7 +9638,7 @@ done:
REVISION LOG
--------------------------------------------------------------------------*/
herr_t
-H5S__hyper_subtract (H5S_t *space, H5S_t *subtract_space)
+H5S__hyper_subtract(H5S_t *space, H5S_t *subtract_space)
{
H5S_hyper_span_info_t *a_not_b = NULL; /* Span tree for hyperslab spans in old span tree and not in new span tree */
H5S_hyper_span_info_t *a_and_b = NULL; /* Span tree for hyperslab spans in both old and new span trees */