Skip to content

Commit

Permalink
Merge pull request firemodels#13692 from mcgratta/master
Browse files Browse the repository at this point in the history
FDS Source: Issue firemodels#13629. Revert previous change
  • Loading branch information
mcgratta authored Nov 4, 2024
2 parents 859f79a + ea4061d commit 0a264f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/init.f90
Original file line number Diff line number Diff line change
Expand Up @@ -4965,7 +4965,7 @@ SUBROUTINE GET_BOUNDARY_TYPE
WC => MESHES(NM)%WALL(IW)
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 0a264f2

Please sign in to comment.