[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)
This commit is contained in:
Binh-Minh Ribler 2006-01-17 20:37:52 -05:00
parent da37fca10b
commit 3e013d1930

View File

@ -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