ENH: Added dummy operation, nopEqOp so gather/scatter becomes scatter only

This commit is contained in:
mattijs 2010-02-16 18:37:03 +00:00
parent ce9e29688b
commit a7c6b2a547

View File

@ -82,6 +82,8 @@ EqOp(orEq, x = (x || y))
EqOp(eqMinus, x = -y)
EqOp(nopEq, (void)x)
#undef EqOp