diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-07-15 21:23:25 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-07-15 21:23:25 (GMT) |
commit | c40c53d0af09a8453df6d1a46f37de593d23f0d0 (patch) | |
tree | b28dc7838e2a7738402d7ebad9cff011abbca0cb /test/tselect.c | |
parent | 077d7c8c864c5452911117ee6b97c855487ff4cd (diff) | |
download | hdf5-c40c53d0af09a8453df6d1a46f37de593d23f0d0.zip hdf5-c40c53d0af09a8453df6d1a46f37de593d23f0d0.tar.gz hdf5-c40c53d0af09a8453df6d1a46f37de593d23f0d0.tar.bz2 |
[svn-r512] Tracked down some problems with the number of dimensions used for point/element
selections and also fixed part of the problem with scalar dataspaces being
written/read from the file.
Diffstat (limited to 'test/tselect.c')
-rw-r--r-- | test/tselect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tselect.c b/test/tselect.c index a488e7a..aebd7f3 100644 --- a/test/tselect.c +++ b/test/tselect.c @@ -447,7 +447,7 @@ test_select_combo(void) /* Free memory buffers */ free(wbuf); free(rbuf); -} /* test_select_point() */ +} /* test_select_combo() */ /**************************************************************** ** |