Skip to content

Commit

Permalink
don't use Set
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty committed Apr 25, 2019
1 parent dceae9a commit e04e92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/SpeedODETest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ println("Complex exp: Time should be 0.03")


## Piecewise
x=Fun(identity,Domain(-20..15) \ Set([-10.,-5.,0.,1.]))
x=Fun(identity,Domain(-20..15) \ [-10.,-5.,0.,1.])
sp=space(x)
D=Derivative(sp)
B=[Dirichlet(sp);continuity(sp,0:1)]
Expand Down

0 comments on commit e04e92f

Please sign in to comment.