From 97c09175f177259f01ae8e13525057bfef47de31 Mon Sep 17 00:00:00 2001 From: Michael Levy Date: Mon, 15 Jul 2024 13:30:59 -0600 Subject: [PATCH] Fix whitespace in comments --- src/tracer/MARBL_tracers.F90 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tracer/MARBL_tracers.F90 b/src/tracer/MARBL_tracers.F90 index 359dd23720..b3a6f193e3 100644 --- a/src/tracer/MARBL_tracers.F90 +++ b/src/tracer/MARBL_tracers.F90 @@ -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