diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2005-02-23 20:28:44 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2005-02-23 20:28:44 (GMT) |
commit | 7fb30f4faa801cbd4e582bccf4b8b3fb849ea026 (patch) | |
tree | 6e1ef23063dbc4906260951cf00497352eb4aaf6 /hl/src | |
parent | fedd036348a6fa1f60bc1af3760ff34e2a47adaa (diff) | |
download | hdf5-7fb30f4faa801cbd4e582bccf4b8b3fb849ea026.zip hdf5-7fb30f4faa801cbd4e582bccf4b8b3fb849ea026.tar.gz hdf5-7fb30f4faa801cbd4e582bccf4b8b3fb849ea026.tar.bz2 |
[svn-r10068] Purpose:
news tests (test several ranks for the datasets and scales )
Description:
Solution:
Platforms tested:
linux
solaris
Misc. update:
Diffstat (limited to 'hl/src')
-rw-r--r-- | hl/src/H5DS.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hl/src/H5DS.c b/hl/src/H5DS.c index 7939627..a9a93e1 100644 --- a/hl/src/H5DS.c +++ b/hl/src/H5DS.c @@ -1955,4 +1955,7 @@ out: H5Dclose(dsid); } H5E_END_TRY; return FAIL; -}
\ No newline at end of file +} + + + |