Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Got rid of return statement that was only there because of previous t…
Browse files Browse the repository at this point in the history
…esting
  • Loading branch information
daminton committed Dec 6, 2022
1 parent c40683e commit 7dadfa6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/symba/symba_io.f90
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ module subroutine symba_io_encounter_initialize_output(self, param)
! Check if the file exists, and if it does, delete it
inquire(file=nc%enc_file, exist=fileExists)
if (fileExists) then
return
open(unit=LUN, file=nc%enc_file, status="old", err=667, iomsg=errmsg)
close(unit=LUN, status="delete")
end if
Expand Down

0 comments on commit 7dadfa6

Please sign in to comment.