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.
Loading
Please register or sign in to comment