Small bug corrections

This commit is contained in:
Alberto Ramos 2021-10-27 15:24:35 +02:00
parent 563eb55e48
commit 0b8869dc89
4 changed files with 5 additions and 5 deletions

View file

@ -30,7 +30,7 @@ struct GaugeParm{T,G}
function GaugeParm{T}(::Type{G}, bt, c0, cG) where {T,G}
function degree(::SU2{T}) where T
function degree(::Type{SU2{T}}) where T
return 2
end
function degree(::Type{SU3{T}}) where T <: AbstractFloat