[svn-r496] Fixed typos.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
@@ -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,\
|
||||
|
||||
Reference in New Issue
Block a user