Skip to content

Commit

Permalink
Merge pull request firemodels#12236 from mcgratta/master
Browse files Browse the repository at this point in the history
FDS Source: Issue firemodels#12231. Fix bug related to HT1D on one MPI process
  • Loading branch information
mcgratta authored Nov 16, 2023
2 parents 6585727 + 930db7c commit b4ba663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/main.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2151,7 +2151,7 @@ SUBROUTINE INITIALIZE_BACK_WALL_EXCHANGE

DO NM=LOWER_MESH_INDEX,UPPER_MESH_INDEX
DO NOM=1,NMESHES
IF (PROCESS(NM)==PROCESS(NOM)) CYCLE
IF (NM==NOM) CYCLE
OS => MESHES(NM)%OMESH(NOM)%WALL_SEND_BUFFER
IF (OS%N_ITEMS>0) ALLOCATE(OS%ITEM_INDEX(OS%N_ITEMS_DIM))
IF (OS%N_ITEMS>0) ALLOCATE(OS%SURF_INDEX(OS%N_ITEMS_DIM))
Expand Down

0 comments on commit b4ba663

Please sign in to comment.