From 82f8e1caaa31253acf1c64a925423b034379ce7e Mon Sep 17 00:00:00 2001 From: Yanlong Li <44524468+DragonPara@users.noreply.github.com> Date: Mon, 24 Jun 2024 10:37:12 +0800 Subject: [PATCH] Control[9..11] can be changed at run time --- UMFPACK/Include/umfpack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UMFPACK/Include/umfpack.h b/UMFPACK/Include/umfpack.h index f213c3bd9..e1b4b9e07 100644 --- a/UMFPACK/Include/umfpack.h +++ b/UMFPACK/Include/umfpack.h @@ -246,7 +246,7 @@ /* used in UMFPACK_*solve only: */ #define UMFPACK_IRSTEP 7 /* max # of iterative refinements */ -/* compile-time settings - Control [8..11] cannot be changed at run time: */ +/* compile-time settings - Control [8] cannot be changed at run time: */ #define UMFPACK_COMPILED_WITH_BLAS 8 /* uses the BLAS */ // strategy control (added for v6.0.0)