Pete Shadbolt пре 9 година
родитељ
комит
1311a9d73e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/permanent.c

+ 1
- 1
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;
}

Loading…
Откажи
Сачувај