JuliaLinearAlgebra / Preconditioners.jl

A few preconditioners for iterative solvers.
https://julialinearalgebra.github.io/Preconditioners.jl/
Other
50 stars 11 forks source link

remove unused type variable #34

Closed t-bltg closed 1 year ago

t-bltg commented 1 year ago

This shows up in precompilation warnings:

┌ Preconditioners [af69fa37-3177-5a40-98ee-561f696e4fcd]
│  WARNING: method definition for ldiv! at [...]/.julia/packages/Preconditioners/3UYhL/src/incompletecholesky.jl:24 declares type variable T but does not use it.
└
mohamed82008 commented 1 year ago

Thanks @t-bltg ! Sorry for the delay.

t-bltg commented 1 year ago

Thanks !