We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c459847 commit 2fb911dCopy full SHA for 2fb911d
src/ITS/Propagation/LFMF/LFMF.py
@@ -78,7 +78,7 @@ def LFMF(
78
c_double(d__km),
79
c_double(epsilon),
80
c_double(sigma),
81
- c_int(pol),
+ c_int(int(pol)),
82
byref(result),
83
)
84
0 commit comments