Skip to content

Commit

Permalink
set ALLOW_GETINDEX's default back to true
Browse files Browse the repository at this point in the history
  • Loading branch information
maltezfaria committed Oct 16, 2023
1 parent 8c37ff4 commit ada1a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HMatrices.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import Base: Matrix, adjoint, parent
If set to false, the `getindex(H,i,j)` method will throw an error on
`AbstractHMatrix`.
"""
const ALLOW_GETINDEX = Ref(false)
const ALLOW_GETINDEX = Ref(true)

"""
use_threads()::Bool
Expand Down

0 comments on commit ada1a56

Please sign in to comment.