Skip to content

Commit

Permalink
Change end do to enddo
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed Dec 10, 2018
1 parent acc2ef5 commit 88fd8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_src/mct_driver/MOM_surface_forcing.F90
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ subroutine convert_IOB_to_forces(IOB, forces, index_bounds, Time, G, CS)
endif

endif
end do; end do
enddo; enddo

if (CS%use_limited_P_SSH) then
forces%p_surf_SSH => forces%p_surf
Expand Down

0 comments on commit 88fd8c6

Please sign in to comment.