diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-11-10 21:07:53 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-11-10 21:07:53 (GMT) |
commit | 54d42e74c4e5495887b85b720366a87eb1f3eb7d (patch) | |
tree | 6fe5821d09c3d9940274dcf02e4640db9dc42f0e /src/H5Dpkg.h | |
parent | 9601db2b2b4ec2550b30ae7156ee53be3d6d02b2 (diff) | |
download | hdf5-54d42e74c4e5495887b85b720366a87eb1f3eb7d.zip hdf5-54d42e74c4e5495887b85b720366a87eb1f3eb7d.tar.gz hdf5-54d42e74c4e5495887b85b720366a87eb1f3eb7d.tar.bz2 |
[svn-r14249] Description:
- Changed H5S_select_shape_same routine to handle scalar dataspace
comparisons correctly. (Added regression tests to verify)
- Simplified chunk map creation, now that scalar dataspaces are handled
in same way as "simple" dataspaces.
Tested on:
FreeBSD/32 6.2 (duty) in debug mode
FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode
Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe,
in debug mode
Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN,
in production mode
Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN,
in production mode
Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN,
w/szip filter, in production mode
Mac OS X/32 10.4.10 (amazon) in debug mode
Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode
Diffstat (limited to 'src/H5Dpkg.h')
-rw-r--r-- | src/H5Dpkg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Dpkg.h b/src/H5Dpkg.h index 34a32ee..7837d72 100644 --- a/src/H5Dpkg.h +++ b/src/H5Dpkg.h @@ -204,7 +204,6 @@ typedef struct fm_map { H5D_chunk_info_t *last_chunk_info; /* Pointer to last chunk's info */ const H5S_t *file_space; /* Pointer to the file dataspace */ const H5S_t *mem_space; /* Pointer to the memory dataspace */ - unsigned mem_space_copy; /* Flag to indicate that the memory dataspace must be copied */ hsize_t f_dims[H5O_LAYOUT_NDIMS]; /* File dataspace dimensions */ H5S_t *mchunk_tmpl; /* Dataspace template for new memory chunks */ unsigned f_ndims; /* Number of dimensions for file dataspace */ |