mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-05-15 03:33:42 +02:00
Small bug corrections
This commit is contained in:
parent
563eb55e48
commit
0b8869dc89
4 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue