ソースを参照

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

読み込み中…
キャンセル
保存