Skip to content

Commit f672f78

Browse files
authored
Merge branch 'main' into fix_validation
2 parents 84de051 + 455ecf3 commit f672f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fluid/dam_break_oil_film_2d.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ oil_viscosity = ViscosityMorris(nu=nu_sim_oil)
2929

3030
# TODO: broken if both systems use surface tension
3131
trixi_include(@__MODULE__, joinpath(examples_dir(), "fluid", "dam_break_2d.jl"),
32-
sol=nothing, fluid_particle_spacing=fluid_particle_spacing,
32+
sol=nothing, fluid_particle_spacing=fluid_particle_spacing, tspan=tspan,
3333
viscosity=ViscosityMorris(nu=nu_sim_water), smoothing_length=smoothing_length,
3434
gravity=gravity, density_diffusion=nothing, sound_speed=sound_speed,
3535
prefix="", reference_particle_spacing=fluid_particle_spacing)

0 commit comments

Comments
 (0)