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