Added csw field to ymws

parent 9bb1d9df
...@@ -69,6 +69,7 @@ struct YMworkspace{T} ...@@ -69,6 +69,7 @@ struct YMworkspace{T}
PRC PRC
frc1 frc1
frc2 frc2
csw
mom mom
U1 U1
cm # complex of volume cm # complex of volume
...@@ -99,7 +100,7 @@ struct YMworkspace{T} ...@@ -99,7 +100,7 @@ struct YMworkspace{T}
rs = scalar_field_point(T, lp) rs = scalar_field_point(T, lp)
end end
return new{T}(GRP,ALG,T,f1, f2, mm, u1, cs, rs) return new{T}(GRP,ALG,T,f1, f2,csw, mm, u1, cs, rs)
end end
end end
export YMworkspace export YMworkspace
......
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