Skip to content

Commit

Permalink
Make documentation fallback 0.4-compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Lycken committed Sep 5, 2016
1 parent c4e28da commit f4dc81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Contour.jl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ end
You'll usually call [`levels`](@ref) on the output of `contours`.
"""
contours(::Any...)
contours(::Any...) = error("This method exists only for documentation purposes")

"""
`contours(x,y,z,levels)` Trace the contour levels indicated by the `levels`
Expand Down

0 comments on commit f4dc81f

Please sign in to comment.