Skip to content

Commit

Permalink
Compiler error: fix dummy argument intent. mom-ocean#334
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Hannah committed Nov 1, 2016
1 parent fc6942f commit 604540b
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 @@ -1569,7 +1569,7 @@ function ocean_register_diag(var_desc, G, diag_CS, day)
integer :: ocean_register_diag !< An integer handle to this diagnostic.
type(vardesc), intent(in) :: var_desc !< The vardesc type describing the diagnostic
type(ocean_grid_type), intent(in) :: G !< The ocean's grid type
type(diag_ctrl), intent(in) :: diag_CS !< The diagnotic control structure
type(diag_ctrl), intent(in), target :: diag_CS !< The diagnotic control structure
type(time_type), intent(in) :: day !< The current model time

character(len=64) :: var_name ! A variable's name.
Expand Down

0 comments on commit 604540b

Please sign in to comment.