Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
svchb committed Dec 4, 2024
1 parent 64396ef commit 2cc151c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/schemes/fluid/surface_normal_sph.jl
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,9 @@ end
end
end

for i in surface_particles
@test isapprox(computed_normals[:, i][:, i], expected_normals[:, i][:, i], atol=0.04)
for i in surface_particles
@test isapprox(computed_normals[:, i][:, i], expected_normals[:, i][:, i],
atol=0.04)
end

# Optionally, check that normals for interior particles are zero
Expand Down

0 comments on commit 2cc151c

Please sign in to comment.