Skip to content

Commit

Permalink
apply formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickersing committed Mar 21, 2024
1 parent eabe44f commit dd1de34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/equations/shallow_water_multilayer_1d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ end
hv = momentum(u, equations)

# Calculate averaged velocity of both layers
H = sum(h)
H = sum(h)
v_m = sum(hv) / H
c = sqrt(equations.gravity * H)

Expand Down

0 comments on commit dd1de34

Please sign in to comment.