From 32f12de27cdba8098a49b0555dc0e7f78d40472e Mon Sep 17 00:00:00 2001 From: Sven Berger Date: Tue, 21 Jan 2025 18:55:24 +0100 Subject: [PATCH] format --- src/schemes/fluid/surface_normal_sph.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schemes/fluid/surface_normal_sph.jl b/src/schemes/fluid/surface_normal_sph.jl index ff9b46134..5492948bc 100644 --- a/src/schemes/fluid/surface_normal_sph.jl +++ b/src/schemes/fluid/surface_normal_sph.jl @@ -69,7 +69,7 @@ function calc_normal_akinci!(system, neighbor_system::BoundarySystem, u_system, neighbor_system_coords, system_coords, nhs, points=eachparticle(neighbor_system)) do particle, neighbor, - pos_diff, distance + pos_diff, distance colorfield[particle] += smoothing_kernel(system, distance) end