diff options
author | James Laird <jlaird@hdfgroup.org> | 2007-01-05 18:30:59 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2007-01-05 18:30:59 (GMT) |
commit | 869ed6e043dfc20b6b6dfda6728c3442ef0409be (patch) | |
tree | 40f02a44e098e1976075d5a69428202fe16f493d /test/tattr.c | |
parent | ec1b0dfda6ac7049f1eeb32fbb93ebd92ccfd342 (diff) | |
download | hdf5-869ed6e043dfc20b6b6dfda6728c3442ef0409be.zip hdf5-869ed6e043dfc20b6b6dfda6728c3442ef0409be.tar.gz hdf5-869ed6e043dfc20b6b6dfda6728c3442ef0409be.tar.bz2 |
[svn-r13113] Refactoring. Cleaned up code, added a few sanity checks.
Extracted duplicated code into functions.
Tested on Windows, juniper, and kagiso. Will test on copper next.
Diffstat (limited to 'test/tattr.c')
-rw-r--r-- | test/tattr.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/tattr.c b/test/tattr.c index c5f0dcc..92f0c56 100644 --- a/test/tattr.c +++ b/test/tattr.c @@ -20,9 +20,6 @@ * *************************************************************/ -/* JAMES: try writing a second value to an existing shared attribute. - * Does modifying attributes work? */ - #include "testhdf5.h" #include "h5test.h" #include "hdf5.h" |