diff --git a/src/HMatrices.jl b/src/HMatrices.jl index 7828266..31a39ee 100644 --- a/src/HMatrices.jl +++ b/src/HMatrices.jl @@ -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