We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dceae9a commit e04e92fCopy full SHA for e04e92f
test/SpeedODETest.jl
@@ -78,7 +78,7 @@ println("Complex exp: Time should be 0.03")
78
79
80
## Piecewise
81
-x=Fun(identity,Domain(-20..15) \ Set([-10.,-5.,0.,1.]))
+x=Fun(identity,Domain(-20..15) \ [-10.,-5.,0.,1.])
82
sp=space(x)
83
D=Derivative(sp)
84
B=[Dirichlet(sp);continuity(sp,0:1)]
0 commit comments