diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-04-14 11:22:50 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-04-14 11:22:50 (GMT) |
commit | 93ade77d97c9f694bd7e043c4bc12b5876613c5a (patch) | |
tree | ed05dcad97951efeffa7c66466e8bf0b3a82a857 | |
parent | ba28043239b3646a2c05e782cdc2b716e3700307 (diff) | |
download | hdf5-93ade77d97c9f694bd7e043c4bc12b5876613c5a.zip hdf5-93ade77d97c9f694bd7e043c4bc12b5876613c5a.tar.gz hdf5-93ade77d97c9f694bd7e043c4bc12b5876613c5a.tar.bz2 |
[svn-r6666] Purpose:
Code cleanup
Description:
Clean up comments, etc.
Platforms tested:
FreeBSD 4.8 (sleipnir) w/C++
Linux 2.4 (burrwhite) w/FORTRAN
Solaris 2.7 (arabica) w/FORTRAN
IRIX64 6.5 (modi4) w/parallel & FORTRAN
(h5committest not run due to my ongoing difficulties with C++ on burrwhite).
-rw-r--r-- | test/tattr.c | 2 | ||||
-rw-r--r-- | test/testhdf5.h | 2 | ||||
-rw-r--r-- | test/titerate.c | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/test/tattr.c b/test/tattr.c index 8f52763..45ebb39 100644 --- a/test/tattr.c +++ b/test/tattr.c @@ -12,8 +12,6 @@ * access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* $Id$ */ - /*********************************************************** * * Test program: tattr diff --git a/test/testhdf5.h b/test/testhdf5.h index fdcee8f..1ccb513 100644 --- a/test/testhdf5.h +++ b/test/testhdf5.h @@ -12,8 +12,6 @@ * access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* $Id$ */ - /* * This header file contains information required for testing the HDF5 library. */ diff --git a/test/titerate.c b/test/titerate.c index 973a92f..ebe12ec 100644 --- a/test/titerate.c +++ b/test/titerate.c @@ -12,8 +12,6 @@ * access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* $Id$ */ - /*********************************************************** * * Test program: titerate |