diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2008-10-01 00:41:00 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2008-10-01 00:41:00 (GMT) |
commit | 2041f537e60c56ac9111229d50aacba25062603e (patch) | |
tree | d40fc1852099bf1a886d89fed9a4fd6029ea9040 /fortran/test/t.h | |
parent | cdb4e39a1390c666cb634a17b004abe9a492b0c2 (diff) | |
download | hdf5-2041f537e60c56ac9111229d50aacba25062603e.zip hdf5-2041f537e60c56ac9111229d50aacba25062603e.tar.gz hdf5-2041f537e60c56ac9111229d50aacba25062603e.tar.bz2 |
[svn-r15742] Maintenance: Merged new Fortran Features and tests from trunk into hdf5_1_8 branch
(used svn merge -r 14941:15740 http://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran
command).
Diffstat (limited to 'fortran/test/t.h')
-rw-r--r-- | fortran/test/t.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fortran/test/t.h b/fortran/test/t.h index 005eb17..d315bda 100644 --- a/fortran/test/t.h +++ b/fortran/test/t.h @@ -26,6 +26,7 @@ char *h5_fixname(const char *base_name, hid_t fapl, char *fullname, size_t size) # define nh5_fixname_c H5_FC_FUNC_(h5_fixname_c, H5_FIXNAME_C) # define nh5_cleanup_c H5_FC_FUNC_(h5_cleanup_c, H5_CLEANUP_C) # define nh5_exit_c H5_FC_FUNC_(h5_exit_c, H5_EXIT_C) +# define nh5_env_nocleanup_c H5_FC_FUNC_(h5_env_nocleanup_c, H5_ENV_NOCLEANUP_C) H5_FCTESTDLL int_f nh5_fixname_c (_fcd base_name, size_t_f *base_namelen, hid_t_f *fapl, _fcd full_name, size_t_f *full_namelen); @@ -36,3 +37,6 @@ H5_FCTESTDLL int_f nh5_cleanup_c H5_FCTESTDLL void nh5_exit_c (int_f *status); +H5_FCTESTDLL void nh5_env_nocleanup_c +(int_f *status); + |