Skip to content

Commit

Permalink
Merge pull request #12388 from gforney/master
Browse files Browse the repository at this point in the history
FDS source: remove creation of .binfo and .sinfo files.  casename.bin…
  • Loading branch information
gforney authored Jan 20, 2024
2 parents 03181c0 + 36d25ab commit 6481593
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Source/dump.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1478,18 +1478,6 @@ SUBROUTINE WRITE_SMOKEVIEW_FILE

IF (SETUP_ONLY) CALL WRITE_GEOM_ALL ! write out all geometry frames if this only a setup run

! initialize the slice info file

OPEN(UNIT=LU_INFO,FILE=TRIM(CHID)//'.sinfo',FORM='FORMATTED',STATUS='REPLACE')
WRITE(LU_INFO,'(A)') ' '
CLOSE(LU_INFO)

! initialize the boundary info file

OPEN(UNIT=LU_INFO,FILE=TRIM(CHID)//'.binfo',FORM='FORMATTED',STATUS='REPLACE')
WRITE(LU_INFO,'(A)') ' '
CLOSE(LU_INFO)

! Open up the Smokeview ".smv" file

IF (APPEND) THEN
Expand Down

0 comments on commit 6481593

Please sign in to comment.