Skip to content

Commit 45376fd

Browse files
committed
fix bug: traveltime datatype in raytracing
1 parent c06314a commit 45376fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyfmm/c_interfaces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def load_c_lib(use_float:bool=False):
6363
]
6464

6565

66-
C_FMM_raytracing.restype = c_float
66+
C_FMM_raytracing.restype = REAL
6767
C_FMM_raytracing.argtypes = [
6868
PDOUBLE, c_int,
6969
PDOUBLE, c_int,

0 commit comments

Comments
 (0)