Commit 95f60c18 authored by Alberto Ramos's avatar Alberto Ramos
Browse files

Dummy commit

parent 4ec7881f
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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
......
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