From 85792cda77d0e83ef408f79f3391909e44cdcf59 Mon Sep 17 00:00:00 2001 From: marcelschurer Date: Mon, 16 Dec 2024 11:16:14 +0100 Subject: [PATCH] tests --- examples/fluid/hydrostatic_water_column_3d.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/fluid/hydrostatic_water_column_3d.jl b/examples/fluid/hydrostatic_water_column_3d.jl index d8b53494f..7168b0557 100644 --- a/examples/fluid/hydrostatic_water_column_3d.jl +++ b/examples/fluid/hydrostatic_water_column_3d.jl @@ -6,5 +6,4 @@ trixi_include(@__MODULE__, tank_size=(1.0, 1.0, 1.2), acceleration=(0.0, 0.0, -9.81), smoothing_kernel=SchoenbergCubicSplineKernel{3}(), tspan=(0.0, 1.0), maxiters=10^5, fluid_density_calculator=ContinuityDensity(), - clip_negative_pressure=false, - tspan=(0.0, 0.1)) \ No newline at end of file + clip_negative_pressure=false)