Added cs to the dws properly

parent 7b36595c
......@@ -62,7 +62,8 @@ struct DiracWorkspace{T}
csw = tensor_field(U3alg{T},lp)
cs = scalar_field_point(Complex{Float64}, lp)
return new{T}(sr,sp,sAp,st,csw)
return new{T}(sr,sp,sAp,st,csw,cs)
end
end
export DiracWorkspace, DiracParam
......
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