Skip to content

Commit a84f65c

Browse files
Merge pull request #841 from DragonPara/patch-1
Control[9..11] can be changed at run time
2 parents 0ae4a50 + 82f8e1c commit a84f65c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UMFPACK/Include/umfpack.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
/* used in UMFPACK_*solve only: */
247247
#define UMFPACK_IRSTEP 7 /* max # of iterative refinements */
248248

249-
/* compile-time settings - Control [8..11] cannot be changed at run time: */
249+
/* compile-time settings - Control [8] cannot be changed at run time: */
250250
#define UMFPACK_COMPILED_WITH_BLAS 8 /* uses the BLAS */
251251

252252
// strategy control (added for v6.0.0)

0 commit comments

Comments
 (0)