Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
svchb committed Dec 1, 2023
1 parent 5a89022 commit 589f7b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/general/interpolation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@ function interpolate_point(point_coords, semi, ref_system, sol;
if system isa FluidSystem
nhs = create_neighborhood_search(u, system, nhs, search_radius)
else
nhs = create_neighborhood_search(initial_coordinates(system), system, nhs, search_radius)
nhs = create_neighborhood_search(initial_coordinates(system), system, nhs,
search_radius)
end

for particle in eachneighbor(point_coords, nhs)
Expand Down

0 comments on commit 589f7b3

Please sign in to comment.