Skip to content

Commit

Permalink
Remove unused variable from ./tests/orog/ftst_transpose.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
George Gayno committed Dec 17, 2024
1 parent 302a082 commit 79c5d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/orog/ftst_transpose.F90
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ program transpose

integer(1) :: mask(imn,jmn)
integer(2) :: mask2(imn,jmn)
integer :: i, ii, j, jj
integer :: i, j, jj

print*,"Starting test of transpose routines."

Expand Down

0 comments on commit 79c5d00

Please sign in to comment.