Skip to content
Commit 0bfa6db0 authored by Emanuel Ey's avatar Emanuel Ey
Browse files

added '_add' and '_radd' to pyopencl-complex.h for consistency.

'_add(a, b)' expands to 'a+b' which is trivial and not really necessary,
but is added for consistency's sake.
'_radd' was also missing and was added (again for consistency).
Also removed an inaccurate notice from the header.
parent e8b58eba
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