From 1311a9d73e27d6548c85f4f40558c61be1fcebf8 Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Wed, 22 Oct 2014 17:30:41 +1100 Subject: [PATCH] From double please --- src/permanent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/permanent.c b/src/permanent.c index e77fc30..95bca98 100644 --- a/src/permanent.c +++ b/src/permanent.c @@ -62,7 +62,7 @@ static PyObject *permanent(PyObject *self, PyObject *args) { } // Convert to a python complex number - Py_complex psum; + /*Py_complex psum = struct {};*/ //fromdouble PyObject *output=PyComplex_FromCComplex(psum); return output; }