Skip to content

Commit

Permalink
Add deprecation of givens method
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasnoack committed Dec 5, 2014
1 parent 7437af6 commit dd03b5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/deprecated.jl
Original file line number Diff line number Diff line change
Expand Up @@ -243,3 +243,5 @@ const Uint128 = UInt128

@deprecate prevind(a::Any, i::Integer) i-1
@deprecate nextind(a::Any, i::Integer) i+1

@deprecate givens{T}(f::T, g::T, i1::Integer, i2::Integer, cols::Integer) givens(f, g, i1, i2)

0 comments on commit dd03b5e

Please sign in to comment.