Skip to content

Commit

Permalink
Fix variable intent compilation error in dev/master. #334
Browse files Browse the repository at this point in the history
  • Loading branch information
nichannah committed Dec 8, 2016
1 parent c838594 commit a4031da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parameterizations/lateral/MOM_hor_visc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ end subroutine horizontal_viscosity

subroutine hor_visc_init(Time, G, param_file, diag, CS)
type(time_type), intent(in) :: Time
type(ocean_grid_type), intent(in) :: G
type(ocean_grid_type), intent(inout) :: G
type(param_file_type), intent(in) :: param_file
type(diag_ctrl), target, intent(inout) :: diag
type(hor_visc_CS), pointer :: CS
Expand Down

0 comments on commit a4031da

Please sign in to comment.