Skip to content

Commit

Permalink
Merge pull request #13199 from mcgratta/master
Browse files Browse the repository at this point in the history
FDS Source: Issue #13181. Fix bug related to OBST removal
  • Loading branch information
mcgratta authored Jul 20, 2024
2 parents f3dbf79 + 2e09697 commit fd6eae9
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 @@ -4957,7 +4957,7 @@ SUBROUTINE GET_BOUNDARY_TYPE
IW_OLD = CELL(ICG_OLD)%WALL_INDEX(-IOR)
IF (IW_OLD>0) THEN
WC_OLD => MESHES(NM)%WALL(IW_OLD)
IF (SF%THERMAL_BC_INDEX==PYROLYSIS_SPECIFIED) THEN
IF (SF%PYROLYSIS_MODEL==PYROLYSIS_SPECIFIED) THEN
B1 => MESHES(NM)%BOUNDARY_PROP1(WC%B1_INDEX)
B1_OLD => MESHES(NM)%BOUNDARY_PROP1(WC_OLD%B1_INDEX)
IF (WC_OLD%SURF_INDEX==WC%SURF_INDEX) B1%T_IGN = B1_OLD%T_IGN
Expand Down

0 comments on commit fd6eae9

Please sign in to comment.