mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-05-14 19:23:42 +02:00
Bug
This commit is contained in:
parent
eee02b62ea
commit
4ec7881ff5
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ struct GaugeParm{T,G,N}
|
||||||
|
|
||||||
Ubnd::NTuple{N, G}
|
Ubnd::NTuple{N, G}
|
||||||
|
|
||||||
GaugeParm{T1,T2,T3}(a,b,c,d,e) = new{T1,T2,T3,T4}(a,b,c,d,e)
|
GaugeParm{T1,T2,T3}(a,b,c,d,e) = new{T1,T2,T3}(a,b,c,d,e)
|
||||||
function GaugeParm{T}(::Type{G}, bt, c0, cG, phi, iL) where {T,G}
|
function GaugeParm{T}(::Type{G}, bt, c0, cG, phi, iL) where {T,G}
|
||||||
|
|
||||||
degree(::Type{SU2{T}}) where T <: AbstractFloat = 2
|
degree(::Type{SU2{T}}) where T <: AbstractFloat = 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue