Skip to content

Commit

Permalink
Update src/semidiscretization/semidiscretization.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Faulhaber <[email protected]>
  • Loading branch information
svchb and efaulhaber authored Jan 13, 2023
1 parent 0f5b4e2 commit cb36025
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 @@ -41,7 +41,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 cb36025

Please sign in to comment.