소스 검색

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

불러오는 중...
취소
저장