Skip to content

Commit 19c79d6

Browse files
committed
Fix LLVMDoubleVisitor::init declaration
1 parent 83ce067 commit 19c79d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symengine/lib/symengine.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,7 @@ cdef extern from "<symengine/lambda_double.h>" namespace "SymEngine":
970970
cdef extern from "<symengine/llvm_double.h>" namespace "SymEngine":
971971
cdef cppclass LLVMDoubleVisitor:
972972
LLVMDoubleVisitor() nogil
973-
void init(const vec_basic &x, const vec_basic &b) nogil except +
973+
void init(const vec_basic &x, const vec_basic &b, bool cse) nogil except +
974974
void call(double *r, const double *x) nogil
975975

976976
cdef extern from "<symengine/series.h>" namespace "SymEngine":

0 commit comments

Comments
 (0)