Skip to content

Commit

Permalink
fix: type mismatch error in coupler test (#1599)
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Lentz authored Oct 24, 2024
1 parent 5e3ba23 commit 45a275e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test_fms/coupler/test_atmos_ocean_fluxes.F90
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ subroutine test_aof_set_coupler_flux

character(100) :: cresults, thelist
real(FMS_CP_TEST_KIND_) :: rresults, rresults2(num_bcs)
integer :: i, success, n
integer :: i, n
logical :: success

write(*,*) "*** TEST_AOF_SET_COUPLER_FLUX ***"

Expand Down

0 comments on commit 45a275e

Please sign in to comment.