Browse Source

From double please

master
Pete Shadbolt 9 years ago
parent
commit
1311a9d73e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/permanent.c

+ 1
- 1
src/permanent.c View File

@@ -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;
}

Loading…
Cancel
Save