Skip to content

Commit

Permalink
another unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Dec 10, 2024
1 parent 1903016 commit 7ced1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediator/med.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2603,7 +2603,7 @@ subroutine med_dststatus_write (gcomp, rc)
type(ESMF_Array) :: maskarray
integer(I4), pointer :: meshmask(:)
real(R8), pointer :: r8ptr(:)
integer :: m,n1,n2
integer :: m,n2
character(CL) :: case_name, dststatusfile
logical :: elementMaskIsPresent
logical :: whead(2) = (/.true. , .false./)
Expand Down

0 comments on commit 7ced1d3

Please sign in to comment.