From 7062cd3520a9cd5d2c56d82937c2fdcbe580b1ae Mon Sep 17 00:00:00 2001 From: termi-official Date: Mon, 17 Mar 2025 16:21:25 +0100 Subject: [PATCH] derp --- src/precs.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/precs.jl b/src/precs.jl index 68bc64d..1e8920d 100644 --- a/src/precs.jl +++ b/src/precs.jl @@ -15,7 +15,7 @@ LinearSolve.jl compatible constructor for BoomerAMG preconditioners. Here `settings_fun(bamg::HYPRE.BoomerAMG, A::AbstractMatrix, p)` will be called on construction to allow users setting options directly in BoomerAMG via the internal interface. The `kwargs` will be passed into the BoomerAMG constructor. - + ## Example ```julia