diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-09-03 17:11:00 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-09-03 17:11:00 (GMT) |
commit | 01a3d9d780f255373e5e563152ac47aed6b049bc (patch) | |
tree | cf551eaefc4f02c2cd6e9efb781160d816687ad2 /test/dt_arith.c | |
parent | 4aa86e2297e05687820d9cd8211c217184d06ae4 (diff) | |
download | hdf5-01a3d9d780f255373e5e563152ac47aed6b049bc.zip hdf5-01a3d9d780f255373e5e563152ac47aed6b049bc.tar.gz hdf5-01a3d9d780f255373e5e563152ac47aed6b049bc.tar.bz2 |
[svn-r11345] Purpose:
Bug fix & code cleanup
Description:
Address most of datatype conversion exception handling bug that Ed
Hartnett reported. (He's reported a different problem now, but we're closer
at least).
Also, condense exception handling #ifdef's into one location instead of
spread out in so many places.
Platforms tested:
FreeBSD 4.11 (sleipnir)
Too minor to require h5committest
Diffstat (limited to 'test/dt_arith.c')
-rw-r--r-- | test/dt_arith.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dt_arith.c b/test/dt_arith.c index a760c00..0944524 100644 --- a/test/dt_arith.c +++ b/test/dt_arith.c @@ -4749,7 +4749,7 @@ run_fp_int_conv(const char *name) * Modifications: * Raymond Lu * Monday, April 4, 2005 - * These tests were slitted from dtypes.c because dtypes.c + * These tests were split from dtypes.c because dtypes.c * has grown too big. * *------------------------------------------------------------------------- |