Skip to content

Commit

Permalink
Fix undefined reference to fill_ice_ocean_bnd
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed Jul 25, 2017
1 parent d517719 commit 7ce40e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
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 @@ -19,7 +19,6 @@ module coupler_indices
private

public coupler_indices_init
public time_avg_state
public fill_ice_ocean_bnd
public ocn_export

Expand Down Expand Up @@ -364,4 +363,5 @@ subroutine fill_ice_ocean_bnd(ice_ocean_boundary, grid, x2o_o, ind)
enddo

end subroutine fill_ice_ocean_bnd

end module coupler_indices
3 changes: 1 addition & 2 deletions config_src/mct_driver/ocn_comp_mct.F90
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ module ocn_comp_mct
use MOM_error_handler, only: MOM_error, FATAL, is_root_pe
use MOM_time_manager, only: time_type, set_date, set_calendar_type, NOLEAP
use coupler_indices, only: coupler_indices_init, cpl_indices
use coupler_indices, only: ocn_export

use coupler_indices, only: ocn_export, fill_ice_ocean_bnd
!
! !PUBLIC MEMBER FUNCTIONS:
implicit none
Expand Down

0 comments on commit 7ce40e5

Please sign in to comment.