Skip to content
Snippets Groups Projects
Commit a7c6b2a5 authored by mattijs's avatar mattijs
Browse files

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

parent ce9e2968
No related merge requests found
......@@ -82,6 +82,8 @@ EqOp(orEq, x = (x || y))
EqOp(eqMinus, x = -y)
EqOp(nopEq, (void)x)
#undef EqOp
......
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