Skip to content

Commit

Permalink
Fix whitespace in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlevy1981 committed Jul 15, 2024
1 parent afd71b1 commit 97c0917
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tracer/MARBL_tracers.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1851,7 +1851,8 @@ end subroutine MARBL_tracers_set_forcing
function MARBL_tracers_stock(h, stocks, G, GV, CS, names, units, stock_index)
real, dimension(NIMEM_,NJMEM_,NKMEM_), intent(in) :: h !< Layer thicknesses [H ~> m or kg m-2]
type(EFP_type), dimension(:), intent(out) :: stocks !< the mass-weighted integrated amount of
!! each tracer, in kg times concentration units [kg conc].
!! each tracer, in kg times concentration units
!! [kg conc].
type(ocean_grid_type), intent(in) :: G !< The ocean's grid structure
type(verticalGrid_type), intent(in) :: GV !< The ocean's vertical grid structure
type(MARBL_tracers_CS), pointer :: CS !< The control structure returned by a
Expand Down

0 comments on commit 97c0917

Please sign in to comment.