Skip to content

Commit

Permalink
Import operators (avoids a warning)
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Aug 6, 2015
1 parent 74036c8 commit a29b4af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/b-splines/multivalued.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ module NonNumeric

using Interpolations

import Base: +, -, *, /

immutable MyPair{T}
first::T
second::T
Expand Down

0 comments on commit a29b4af

Please sign in to comment.