瀏覽代碼

From double please

master
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…
取消
儲存