This website works better with JavaScript.
Home
Explore
Help
Sign In
pete
/
permanent
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
From double please
master
Pete Shadbolt
10 years ago
parent
2d753055ce
commit
1311a9d73e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/permanent.c
+ 1
- 1
src/permanent.c
View File
@@ -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;
}
Write
Preview
Loading…
Cancel
Save