diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2008-10-01 19:57:52 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2008-10-01 19:57:52 (GMT) |
commit | 8e9bb8af7ccf58e7665a0af4a99c946ad8cb92b2 (patch) | |
tree | 448769b6d59b139803087bcd06c6621c514e7226 /fortran/test/tH5T.f90 | |
parent | 8500d30e8216150714280baec6cf7c6c7c445b33 (diff) | |
download | hdf5-8e9bb8af7ccf58e7665a0af4a99c946ad8cb92b2.zip hdf5-8e9bb8af7ccf58e7665a0af4a99c946ad8cb92b2.tar.gz hdf5-8e9bb8af7ccf58e7665a0af4a99c946ad8cb92b2.tar.bz2 |
[svn-r15749] Description:
Removed blank lines
Diffstat (limited to 'fortran/test/tH5T.f90')
-rw-r--r-- | fortran/test/tH5T.f90 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fortran/test/tH5T.f90 b/fortran/test/tH5T.f90 index 7c81d6d..5a17a21 100644 --- a/fortran/test/tH5T.f90 +++ b/fortran/test/tH5T.f90 @@ -1118,7 +1118,6 @@ SUBROUTINE test_derived_flt(cleanup, total_error) CALL h5fclose_f(file,error) CALL check("h5fclose_f", error, total_error) - IF(cleanup) CALL h5_cleanup_f(filename, H5P_DEFAULT_F, error) CALL check("h5_cleanup_f", error, total_error) |