Skip to content

Commit

Permalink
FDS source: remove CLOSE of slice file bounds file put in wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
gforney committed Nov 1, 2023
1 parent 5127c71 commit 6bdfcb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/dump.f90
Original file line number Diff line number Diff line change
Expand Up @@ -6049,7 +6049,6 @@ SUBROUTINE DUMP_SLCF(T,DT,NM,IFRMT)
CLOSE(LU_SLCF(IQ2,NM))
ENDIF
CLOSE(LU_SLCF(IQ,NM))
CLOSE(LU_SLCF(IQ+N_SLCF_MAX,NM))
ENDIF
ENDIF

Expand Down

0 comments on commit 6bdfcb1

Please sign in to comment.