diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2013-03-27 15:04:33 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2013-03-27 15:04:33 (GMT) |
commit | 881cdef5f8efa09d996aa96592cb5b6844052507 (patch) | |
tree | 030c14be1390d69f5d4387ebd4d6bcef80198935 /fortran/test | |
parent | a1db18bc05d0a5d7ea9dad7701f9265734050f64 (diff) | |
download | hdf5-881cdef5f8efa09d996aa96592cb5b6844052507.zip hdf5-881cdef5f8efa09d996aa96592cb5b6844052507.tar.gz hdf5-881cdef5f8efa09d996aa96592cb5b6844052507.tar.bz2 |
[svn-r23463] Added dllexport for verify_real_kind_7
Diffstat (limited to 'fortran/test')
-rw-r--r-- | fortran/test/tf.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/test/tf.f90 b/fortran/test/tf.f90 index d5c32c8..1060747 100644 --- a/fortran/test/tf.f90 +++ b/fortran/test/tf.f90 @@ -30,7 +30,7 @@ !This definition is needed for Windows DLLs !DEC$if defined(BUILD_HDF5_DLL) -!DEC$attributes dllexport :: verify_real +!DEC$attributes dllexport :: verify_real_kind_7 !DEC$endif SUBROUTINE verify_real_kind_7(string,value,correct_value,total_error) USE HDF5 |