Skip to content

Commit

Permalink
Merge pull request #13165 from mcgratta/master
Browse files Browse the repository at this point in the history
FDS Source: Remove unused variable
  • Loading branch information
mcgratta authored Jul 11, 2024
2 parents a98fb2d + c340eed commit 5a1e328
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 @@ -971,7 +971,6 @@ SUBROUTINE CHECK_OVERLAPPING_OBSTRUCTIONS(IERR)
INTEGER, INTENT(OUT) :: IERR
INTEGER :: OBST_INDEX_PREVIOUS,OB_SURF_INDEX,OB_PREVIOUS_SURF_INDEX
TYPE(OBSTRUCTION_TYPE), POINTER :: OB_PREVIOUS
CHARACTER(MESSAGE_LENGTH) :: MESSAGE

IERR = 0
RETURN
Expand Down

0 comments on commit 5a1e328

Please sign in to comment.