Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LasNikas committed Dec 25, 2024
1 parent 3cee125 commit 83ab0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/preprocessing/packing/signed_distance.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

signed_distance_field = SignedDistanceField(geometry, 0.1)

nhs = TrixiParticles.FaceNeighborhoodSearch{ndims(geometry)}(0.1)
nhs = TrixiParticles.FaceNeighborhoodSearch{ndims(geometry)}(search_radius=0.1)

TrixiParticles.initialize!(nhs, geometry)

Expand Down

0 comments on commit 83ab0e6

Please sign in to comment.