Skip to content

Commit ee26771

Browse files
committed
remove extra show method
1 parent e148ff1 commit ee26771

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/complex.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
function Base.show(io::IO, p::Complex{<:AbstractParticles})
2-
print(io, to_num_str(p, 3))
3-
end
4-
51
for PT in (:Particles, :StaticParticles)
62
@eval begin
73
Base.promote_rule(::Type{Complex{S}}, ::Type{$PT{T,N}}) where {S<:Real,T<:Real,N} = Complex{$PT{promote_type(S,T),N}}

0 commit comments

Comments
 (0)