diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2005-03-20 04:01:25 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2005-03-20 04:01:25 (GMT) |
commit | 99d26d20f83ab0ae3122b77a2efa2d617ba99769 (patch) | |
tree | 925f3dc655ad2e165bd5b4544340659551c310da /c++/test/tfile.cpp | |
parent | fef46461796180cb5a920f42296969a6b8ab3564 (diff) | |
download | hdf5-99d26d20f83ab0ae3122b77a2efa2d617ba99769.zip hdf5-99d26d20f83ab0ae3122b77a2efa2d617ba99769.tar.gz hdf5-99d26d20f83ab0ae3122b77a2efa2d617ba99769.tar.bz2 |
[svn-r10242] Purpose: Updating C++ tests
Description:
Added an overloaded function for the template function verify_val.
Updated various comments/headers.
Platforms tested:
Linux 2.4 (heping)
AIX 5.1 (copper)
Diffstat (limited to 'c++/test/tfile.cpp')
-rw-r--r-- | c++/test/tfile.cpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/c++/test/tfile.cpp b/c++/test/tfile.cpp index ca26abd..794bda0 100644 --- a/c++/test/tfile.cpp +++ b/c++/test/tfile.cpp @@ -30,14 +30,15 @@ #include <iostream> #endif -#include "H5Cpp.h" -#include "testhdf5.h" -#include "h5cpputil.h" +#include "testhdf5.h" // C test header file +#include "H5Cpp.h" // C++ API header file #ifndef H5_NO_NAMESPACE using namespace H5; #endif +#include "h5cpputil.h" // C++ utilility header file + const hsize_t F1_USERBLOCK_SIZE = (hsize_t)0; const size_t F1_OFFSET_SIZE = sizeof(haddr_t); const size_t F1_LENGTH_SIZE = sizeof(hsize_t); @@ -475,7 +476,7 @@ test_file_name() /*------------------------------------------------------------------------- * Function: test_file * - * Purpose: Main program + * Purpose: Main file testing routine * * Return: None * |