diff options
-rw-r--r-- | numpy/core/src/scalarmathmodule.c.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/scalarmathmodule.c.src b/numpy/core/src/scalarmathmodule.c.src index 39ea874c7..ad1779a97 100644 --- a/numpy/core/src/scalarmathmodule.c.src +++ b/numpy/core/src/scalarmathmodule.c.src @@ -979,7 +979,7 @@ static PyObject * int retstatus; int first; @type@ out = {@zero@, @zero@}; - + switch(_@name@_convert2_to_ctypes(a, &arg1, b, &arg2)) { case 0: break; |