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)