Skip to content

Commit 8458a1f

Browse files
committed
Fix LLVM typo
1 parent bbae9fc commit 8458a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symengine/lib/symengine_wrapper.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4569,7 +4569,7 @@ cdef double _scipy_callback_lambda_real(int n, double *x, void *user_data):
45694569

45704570
IF HAVE_SYMENGINE_LLVM:
45714571
cdef double _scipy_callback_llvm_real(int n, double *x, void *user_data):
4572-
cdef symengine.LLVMRealDoubleVisitor* lamb = <symengine.LLVMDoubleVisitor *>user_data
4572+
cdef symengine.LLVMDoubleVisitor* lamb = <symengine.LLVMDoubleVisitor *>user_data
45734573
cdef double result
45744574
deref(lamb).call(&result, x)
45754575
return result

0 commit comments

Comments
 (0)