diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2006-01-18 01:37:52 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2006-01-18 01:37:52 (GMT) |
commit | 3e013d193073dbba0d75ab6f92df99afdcb4253b (patch) | |
tree | c1978925e55597393dc2c913dfd5ebc12ca9a222 /c++/test/dsets.cpp | |
parent | da37fca10b287d3a9dee57ca59e6c4bd733463ae (diff) | |
download | hdf5-3e013d193073dbba0d75ab6f92df99afdcb4253b.zip hdf5-3e013d193073dbba0d75ab6f92df99afdcb4253b.tar.gz hdf5-3e013d193073dbba0d75ab6f92df99afdcb4253b.tar.bz2 |
[svn-r11883] Purpose: Fixed bug
Description:
Removed the call to h5_test from dsets.cpp, since resetting
the library made the C++ global constants become invalid.
Platforms tested:
Linux 2.4 (heping)
SunOS 5.8 64-bit (sol)
Diffstat (limited to 'c++/test/dsets.cpp')
-rw-r--r-- | c++/test/dsets.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/c++/test/dsets.cpp b/c++/test/dsets.cpp index 0adbfca..f6eb35e 100644 --- a/c++/test/dsets.cpp +++ b/c++/test/dsets.cpp @@ -1009,8 +1009,6 @@ test_types(H5File& file) int main(void) { - h5_reset(); // in h5test.c, resets the library by closing it - hid_t fapl_id; fapl_id = h5_fileaccess(); // in h5test.c, returns a file access template |