Skip to content

Commit

Permalink
Remove unnecessary include. #62
Browse files Browse the repository at this point in the history
  • Loading branch information
nichannah committed Jun 5, 2015
1 parent d4e25ec commit 70e5686
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/framework/MOM_diag_mediator.F90
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ module MOM_diag_mediator

implicit none ; private

#include <MOM_memory.h>

#define RANGE_I(a) lbound(a, 1),ubound(a, 1)
#define RANGE_J(a) lbound(a, 2),ubound(a, 2)
#define RANGE_K(a) lbound(a, 3),ubound(a, 3)
Expand Down Expand Up @@ -1432,7 +1430,7 @@ end subroutine diag_mediator_init

subroutine diag_set_thickness_ptr(h, diag_cs)

real, dimension(NIMEM_,NJMEM_,NKMEM_), target, intent(in) :: h
real, dimension(:,:,:), target, intent(in) :: h
type(diag_ctrl), intent(inout) :: diag_cs

! (inout) diag_cs - diag mediator control structure
Expand Down

0 comments on commit 70e5686

Please sign in to comment.