diff options
author | Robb Matzke <matzke@llnl.gov> | 1997-09-24 16:30:22 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1997-09-24 16:30:22 (GMT) |
commit | 0f7fcaad25171bd5d4eb8f822d88b5770d9b235d (patch) | |
tree | 0e187af66ca6ec2036d56a882133008f46d78fb2 /test/tohdr.c | |
parent | 8a4d8a5b0c7e473566ae9347ac228eaea0490875 (diff) | |
download | hdf5-0f7fcaad25171bd5d4eb8f822d88b5770d9b235d.zip hdf5-0f7fcaad25171bd5d4eb8f822d88b5770d9b235d.tar.gz hdf5-0f7fcaad25171bd5d4eb8f822d88b5770d9b235d.tar.bz2 |
[svn-r111] Changed hdf5_file_t to H5F_t, split data struct ito two halves, fixed
problems when opening the same file more than once.
Diffstat (limited to 'test/tohdr.c')
-rw-r--r-- | test/tohdr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tohdr.c b/test/tohdr.c index 890b307..c8da399 100644 --- a/test/tohdr.c +++ b/test/tohdr.c @@ -48,7 +48,7 @@ void test_ohdr (void) { hid_t fid; - hdf5_file_t *f; + H5F_t *f; haddr_t oh; H5O_stab_t stab, ro; herr_t status; |