diff options
Diffstat (limited to 'fortran/examples/ph5example.f90')
-rw-r--r-- | fortran/examples/ph5example.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/examples/ph5example.f90 b/fortran/examples/ph5example.f90 index ae2906d..4f19268 100644 --- a/fortran/examples/ph5example.f90 +++ b/fortran/examples/ph5example.f90 @@ -116,7 +116,7 @@ CALL h5fclose_f(file_id, error) ! Attempt to remove the data file. Remove the line if the compiler ! does not support it. - CALL unlink(filename) + !CALL unlink(filename) ! ! Close FORTRAN interface |