Skip to content

Commit

Permalink
FDS Source: Remove commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgratta committed Nov 3, 2024
1 parent cf3ac52 commit fe117f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/init.f90
Original file line number Diff line number Diff line change
Expand Up @@ -4966,7 +4966,6 @@ SUBROUTINE GET_BOUNDARY_TYPE
BC => MESHES(NM)%BOUNDARY_COORD(WC%BC_INDEX)

IF (IW<=N_EXTERNAL_WALL_CELLS) THEN
!IF (IW<=N_EXTERNAL_WALL_CELLS .AND. REMOVE) THEN
EWC => MESHES(NM)%EXTERNAL_WALL(IW)
WC%BOUNDARY_TYPE = SOLID_BOUNDARY
CELL(IC)%SOLID = .TRUE.
Expand Down

0 comments on commit fe117f0

Please sign in to comment.