Skip to content

Commit

Permalink
Fix intent(inout) in ice_ocean_boundary
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed Jul 26, 2017
1 parent b403edd commit d77936e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_src/mct_driver/coupler_indices.F90
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ end subroutine ocn_export


subroutine fill_ice_ocean_bnd(ice_ocean_boundary, grid, x2o_o, ind)
type(ice_ocean_boundary_type), intent(in) :: ice_ocean_boundary !< A type for the ice ocean boundary
type(ice_ocean_boundary_type), intent(inout) :: ice_ocean_boundary !< A type for the ice ocean boundary
type(ocean_grid_type), intent(in) :: grid
!type(mct_aVect), intent(in) :: x2o_o
real(kind=8), intent(in) :: x2o_o(:,:)
Expand Down

0 comments on commit d77936e

Please sign in to comment.