Skip to content

Commit

Permalink
Fix is_eof function
Browse files Browse the repository at this point in the history
  • Loading branch information
kohei-noda-qcrg committed Dec 11, 2023
1 parent b7555a0 commit dfe17b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/module_file_manager.f90
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ logical function is_eof(unit, file, is_formatted)
logical, intent(in) :: is_formatted
integer :: iostat
character(10) :: test_str_for_eof
logical :: ie_eof

if (is_formatted) then
read (unit, *, iostat=iostat) test_str_for_eof
Expand Down

0 comments on commit dfe17b5

Please sign in to comment.