From fae20c6493c7a85a65dbc9af85bb9485bbb94940 Mon Sep 17 00:00:00 2001 From: patrickersing Date: Wed, 28 Jun 2023 10:46:49 +0200 Subject: [PATCH] apply formatter --- src/equations/shallow_water_two_layer_2d.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/equations/shallow_water_two_layer_2d.jl b/src/equations/shallow_water_two_layer_2d.jl index 9458e79b6fe..365c3df6bc9 100644 --- a/src/equations/shallow_water_two_layer_2d.jl +++ b/src/equations/shallow_water_two_layer_2d.jl @@ -405,7 +405,6 @@ end zero(eltype(u_ll))) end - """ flux_wintermeyer_etal(u_ll, u_rr, orientation, equations::ShallowWaterTwoLayerEquations2D)