Skip to content

Commit a71ee8c

Browse files
andreasnoackjrevels
authored andcommitted
New indexing traits names
1 parent 54ed1a5 commit a71ee8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

REQUIRE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
julia 0.5
22
DiffBase 0.0.3
3-
Compat 0.17.0
3+
Compat 0.19.0
44
Calculus 0.2.0
55
NaNMath 0.2.2

src/partials.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Base.start(partials::Partials) = start(partials.values)
2222
Base.next(partials::Partials, i) = next(partials.values, i)
2323
Base.done(partials::Partials, i) = done(partials.values, i)
2424

25-
Base.linearindexing(::Partials) = Base.LinearFast()
25+
@compat Base.IndexStyle(::Partials) = Base.IndexLinear()
2626

2727
#####################
2828
# Generic Functions #

0 commit comments

Comments
 (0)