diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-07-19 08:09:49 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-07-19 08:09:49 (GMT) |
commit | 1ff6aff53dacca3afaa96ad959c857693ea6f6d6 (patch) | |
tree | b5592c43a2e492fe039f0f8361dc6acfc83456a2 /test/testframe.c | |
parent | cf6e2c99a43cd794e85ac8e23fee2e45a35d9121 (diff) | |
download | hdf5-1ff6aff53dacca3afaa96ad959c857693ea6f6d6.zip hdf5-1ff6aff53dacca3afaa96ad959c857693ea6f6d6.tar.gz hdf5-1ff6aff53dacca3afaa96ad959c857693ea6f6d6.tar.bz2 |
[svn-r19093] Description:
Bring r19092 from trunk to 1.8 branch:
Bring "shape same" changes from LBL branch to trunk. These changes
allow shapes that are the same, but projected into dataspaces with different
ranks to be detected correctly, and also contains code to project a dataspace
into greater/lesser number of dimensions, so the I/O can proceed in a faster
way.
These changes also contain several bug fixes and _lots_ of code
cleanups to the MPI datatype creation code.
Many other misc. code cleanup are included as well...
Tested on:
FreeBSD/32 6.3 (duty) in debug mode
FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode
(h5committested on trunk)
Diffstat (limited to 'test/testframe.c')
-rw-r--r-- | test/testframe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testframe.c b/test/testframe.c index 17ca10f..97d1e1a 100644 --- a/test/testframe.c +++ b/test/testframe.c @@ -26,7 +26,7 @@ /* * Definitions for the testing structure. */ -#define MAXNUMOFTESTS 45 +#define MAXNUMOFTESTS 50 #define MAXTESTNAME 16 #define MAXTESTDESC 64 |