Changeset: ed17d21445f7 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ed17d21445f7
Modified Files:
        monetdb5/extras/pyapi/pyapi.c
Branch: pyapi
Log Message:

Oops.


diffs (12 lines):

diff --git a/monetdb5/extras/pyapi/pyapi.c b/monetdb5/extras/pyapi/pyapi.c
--- a/monetdb5/extras/pyapi/pyapi.c
+++ b/monetdb5/extras/pyapi/pyapi.c
@@ -1923,7 +1923,7 @@ bool PyObject_PreprocessObject(PyObject 
                 ret->multidimensional = TRUE;
                 ret->result_type = 
PyArray_DESCR((PyArrayObject*)data)->type_num;
             }
-            else {TYPE_hge
+            else {
                 // If it is a single dimensional Numpy array, we get the i'th 
Numpy array from the Numpy Array
                 pColO = PyArray_GETITEM((PyArrayObject*)data, 
PyArray_GETPTR1((PyArrayObject*)data, i));
             }
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to