From 6516fa38df60dca3fb9cb893262ab5903bbb7eef Mon Sep 17 00:00:00 2001 From: Erik Faulhaber <44124897+efaulhaber@users.noreply.github.com> Date: Tue, 9 Jan 2024 11:02:17 +0100 Subject: [PATCH] Formatting --- test/schemes/boundary/dummy_particles/rhs.jl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/schemes/boundary/dummy_particles/rhs.jl b/test/schemes/boundary/dummy_particles/rhs.jl index 4ec71ded7..ae6e65490 100644 --- a/test/schemes/boundary/dummy_particles/rhs.jl +++ b/test/schemes/boundary/dummy_particles/rhs.jl @@ -118,8 +118,7 @@ state_equation = (; sound_speed=0.0) smoothing_kernel = SchoenbergCubicSplineKernel{2}() smoothing_length = 1.2particle_spacing - search_radius = TrixiParticles.compact_support(smoothing_kernel, - smoothing_length) + search_radius = TrixiParticles.compact_support(smoothing_kernel, smoothing_length) @testset "`$(nameof(typeof(density_calculator)))`" for density_calculator in density_calculators # Run three times with different seed for the random initial condition @@ -136,8 +135,7 @@ ic.density[1:center_particle], pressure=ic.pressure[1:center_particle]) - boundary = InitialCondition(ic.coordinates[:, - (center_particle + 1):end], + boundary = InitialCondition(ic.coordinates[:, (center_particle + 1):end], ic.velocity[:, (center_particle + 1):end], ic.mass[(center_particle + 1):end], ic.density[(center_particle + 1):end],