Skip to content

Commit

Permalink
Added dOxyGen comments for set_first_direction
Browse files Browse the repository at this point in the history
  • Loading branch information
Hallberg-NOAA committed May 3, 2018
1 parent 75b205c commit 705471f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/MOM_grid.F90
Original file line number Diff line number Diff line change
Expand Up @@ -434,9 +434,10 @@ logical function isPointInCell(G, i, j, x, y)
endif
end function isPointInCell

!> Store an integer indicating which direction to work on first.
subroutine set_first_direction(G, y_first)
type(ocean_grid_type), intent(inout) :: G !< The ocean's grid structure
integer, intent(in) :: y_first
integer, intent(in) :: y_first !< The first direction to store

G%first_direction = y_first
end subroutine set_first_direction
Expand Down

0 comments on commit 705471f

Please sign in to comment.