Skip to content

Commit 2ef7424

Browse files
committed
FDS source: define unit number for boundary file bnd file
1 parent 6264933 commit 2ef7424

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/dump.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6007,6 +6007,7 @@ SUBROUTINE DUMP_SLCF(T,DT,NM,IFRMT)
60076007
CLOSE(LU_SLCF(IQ2,NM))
60086008
ENDIF
60096009
ELSE
6010+
IQ2 = IQ + N_SLCF_MAX
60106011
STIME = REAL(T_BEGIN + (T-T_BEGIN)*TIME_SHRINK_FACTOR,FB)
60116012
! write geometry for slice file
60126013
IF (ABS(STIME-T_BEGIN)<TWO_EPSILON_EB) THEN

0 commit comments

Comments
 (0)