MathematicalSystems.jl icon indicating copy to clipboard operation
MathematicalSystems.jl copied to clipboard

ParseError in scalar affine ivp

Open mforets opened this issue 5 years ago • 0 comments

using MathematicalSystems, IntervalArithmetic

p = @ivp(x' = -x + 1.0, x(0) ∈ 0..1)
Base.Meta.ParseError("\"*\" is not a unary operator")

Stacktrace:
 [1] @ivp(::LineNumberNode, ::Module, ::Vararg{Any,N} where N) at /home/mforets/.julia/dev/MathematicalSystems/src/macros.jl:930

mforets avatar Feb 27 '20 12:02 mforets