Skip to content

Commit e04e92f

Browse files
committed
don't use Set
1 parent dceae9a commit e04e92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SpeedODETest.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ println("Complex exp: Time should be 0.03")
7878

7979

8080
## Piecewise
81-
x=Fun(identity,Domain(-20..15) \ Set([-10.,-5.,0.,1.]))
81+
x=Fun(identity,Domain(-20..15) \ [-10.,-5.,0.,1.])
8282
sp=space(x)
8383
D=Derivative(sp)
8484
B=[Dirichlet(sp);continuity(sp,0:1)]

0 commit comments

Comments
 (0)