Skip to content

Commit 2fb911d

Browse files
include int cast for easier interfacing
1 parent c459847 commit 2fb911d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ITS/Propagation/LFMF/LFMF.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def LFMF(
7878
c_double(d__km),
7979
c_double(epsilon),
8080
c_double(sigma),
81-
c_int(pol),
81+
c_int(int(pol)),
8282
byref(result),
8383
)
8484
)

0 commit comments

Comments
 (0)