Skip to content

Commit b5dc148

Browse files
Merge pull request #47 from ChrisRackauckas-Claude/fix-vararg-error
Fix Vararg syntax error for Julia 1.12 compatibility
2 parents 3085081 + 40a5b20 commit b5dc148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/methods/risch/frontend.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ function TowerOfDifferentialFields(terms::Vector{Term}) where
725725
end
726726

727727

728-
@variables (.., ..)
728+
SymbolicUtils.@syms (::Any, ::Any)::Real
729729

730730
"""
731731
integrate(f, x; kwargs...)

0 commit comments

Comments
 (0)