Hi!
I want to match both +k and -k in one line with set restriction.
Is it possible? In this case "k" is a vector
v k,k1,k2, p, q;
set kk: k, k1, k2;
c A;
g ff1 = A(k);
g ff2 = A(-k);
id A(k?kk) = 0;
id A(-k?kk) = 0;
print;
.end
We need 2 lines to capture both. Can we do this in one line?
Regards,
OVeretin
Hi!
I want to match both +k and -k in one line with set restriction.
Is it possible? In this case "k" is a vector
We need 2 lines to capture both. Can we do this in one line?
Regards,
OVeretin