Added csw field to ymws

parent 9bb1d9df
......@@ -69,6 +69,7 @@ struct YMworkspace{T}
PRC
frc1
frc2
csw
mom
U1
cm # complex of volume
......@@ -99,7 +100,7 @@ struct YMworkspace{T}
rs = scalar_field_point(T, lp)
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
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