Skip to content

Commit ccbad46

Browse files
committed
fix
1 parent c564934 commit ccbad46

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Interpolations.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ using Compat
3636
using WoodburyMatrices, Ratios, AxisAlgorithms
3737

3838
import Base: convert, size, getindex, gradient, promote_rule, ndims, eltype
39+
40+
# Julia v0.5 compatibility
3941
if isdefined(:scaling) import Base.scaling end
42+
if isdefined(:scale) import Base.scale end
4043

4144
abstract Flag
4245
abstract InterpolationType <: Flag
@@ -93,4 +96,4 @@ include("extrapolation/extrapolation.jl")
9396
include("scaling/scaling.jl")
9497
include("utils.jl")
9598

96-
end # module
99+
end # module

0 commit comments

Comments
 (0)