浏览代码

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

正在加载...
取消
保存