Skip to content

Commit

Permalink
Removed spaces from a blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
Hallberg-NOAA committed Apr 2, 2020
1 parent 4693962 commit 43ebd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/MOM_spatial_means.F90
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function global_area_integral(var, G, scale, area)
real, dimension(SZI_(G),SZJ_(G)), optional, intent(in) :: area !< The alternate area to use, including
!! any required masking [L2 ~> m2].
real :: global_area_integral !< The returned area integral, usually in the units of var times [m2].

! Local variables
real, dimension(SZI_(G),SZJ_(G)) :: tmpForSumming
real :: scalefac ! An overall scaling factor for the areas and variable.
Expand Down

0 comments on commit 43ebd34

Please sign in to comment.