Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/svchb/Pixie.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
svchb committed Jan 13, 2023
2 parents b2e987d + cb36025 commit ca7de29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/semidiscretization/semidiscretization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function Base.show(io::IO, semi::Semidiscretization)
for container in semi.particle_containers
print(io, container, ", ")
end
print(io, "neighborhood search=")
print(io, "neighborhood_search=")
print(io, semi.neighborhood_searches |> eltype |> eltype |> nameof)
print(io, ")")
end
Expand Down

0 comments on commit ca7de29

Please sign in to comment.