Skip to content

Commit

Permalink
Fix dummy argument intent. Does not compile on Gaea. #62
Browse files Browse the repository at this point in the history
  • Loading branch information
nichannah committed Jul 28, 2015
1 parent 8008eea commit 604681e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/MOM_diag_mediator.F90
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ subroutine post_data_3d(diag_field_id, field, diag_cs, is_static, mask)

integer, intent(in) :: diag_field_id
real, intent(in) :: field(:,:,:)
type(diag_ctrl), target, intent(inout) :: diag_cs
type(diag_ctrl), target, intent(in) :: diag_cs
logical, optional, intent(in) :: is_static
real, optional, intent(in) :: mask(:,:,:)

Expand Down

0 comments on commit 604681e

Please sign in to comment.