summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1998-07-15 04:11:41 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1998-07-15 04:11:41 (GMT)
commit9445a174c5934683c2eba2ada7998dcabda1a43b (patch)
tree6d0e72b78d2f1e4c0dd10b5dc32aac2759418055 /src
parenteb784ecd693a54c2153d8b9eb6ddbec88613b802 (diff)
downloadhdf5-9445a174c5934683c2eba2ada7998dcabda1a43b.zip
hdf5-9445a174c5934683c2eba2ada7998dcabda1a43b.tar.gz
hdf5-9445a174c5934683c2eba2ada7998dcabda1a43b.tar.bz2
[svn-r496] Fixed typos.
Diffstat (limited to 'src')
-rw-r--r--src/H5Ssimp.c2
-rw-r--r--src/H5public.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Ssimp.c b/src/H5Ssimp.c
index 8f1844c..6c4d63c 100644
--- a/src/H5Ssimp.c
+++ b/src/H5Ssimp.c
@@ -346,7 +346,7 @@ H5S_simp_mgath (const void *buf, size_t elmt_size,
"hyperslab sampling is not implemented yet");
}
}
- if (H5S_get_dims (mem_space, mem_size, NULL)<0) {
+ if (H5S_extent_dims (mem_space, mem_size, NULL)<0) {
HRETURN_ERROR (H5E_DATASPACE, H5E_CANTINIT, 0,
"unable to retrieve data space dimensions");
}
diff --git a/src/H5public.h b/src/H5public.h
index c5a6661..51eb804 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -27,7 +27,7 @@
/* Version numbers */
#define H5_VERS_MAJOR 1 /* For major interface changes */
#define H5_VERS_MINOR 0 /* For minor interface changes */
-#define H5_VERS_RELEASE 19 /* For interface tweaks & bug-fixes */
+#define H5_VERS_RELEASE 21 /* For interface tweaks & bug-fixes */
#define H5_VERS_PATCH 0 /* For small groups of bug fixes */
#define H5check() H5vers_check(H5_VERS_MAJOR,H5_VERS_MINOR,\