Typo in dpar show

parent 036f1326
...@@ -34,7 +34,7 @@ struct DiracParam{T,R} ...@@ -34,7 +34,7 @@ struct DiracParam{T,R}
return new{T,SU3fund}(m0,csw,th,ct) return new{T,SU3fund}(m0,csw,th,ct)
end end
end end
function Base.show(io::IO, dpar::DiracParam{T,R}) where {T,R}`` function Base.show(io::IO, dpar::DiracParam{T,R}) where {T,R}
println(io, "Wilson fermions in the: ", R, " representation") println(io, "Wilson fermions in the: ", R, " representation")
println(io, " - Bare mass: ", dpar.m0," // Kappa = ",0.5/(dpar.m0+4)) println(io, " - Bare mass: ", dpar.m0," // Kappa = ",0.5/(dpar.m0+4))
......
...@@ -90,4 +90,4 @@ function isgroup(a::SU3{T}) where T <: AbstractFloat ...@@ -90,4 +90,4 @@ function isgroup(a::SU3{T}) where T <: AbstractFloat
end end
end end
Base.:+(a::SU3{T},b::SU3{T}) where T <: AbstractFloat = SU3{T}(a.u11+b.u11,a.u12+b.u12,a.u13+b.u13,a.u21+b.u21,a.u22+b.u22,a.u23+b.u23) Base.:+(a::SU3{T},b::SU3{T}) where T <: AbstractFloat = SU3{T}(a.u11+b.u11,a.u12+b.u12,a.u13+b.u13,a.u21+b.u21,a.u22+b.u22,a.u23+b.u23)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment