Skip to content

Commit 13739e3

Browse files
Merge pull request DrTimothyAldenDavis#737 from DragonPara/patch-3
Correction description
2 parents 4a9a291 + fd74e2b commit 13739e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UMFPACK/Source/umf_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ typedef struct /* NumericType */
522522
rsmin, /* smallest row sum */
523523
rsmax, /* largest row sum */
524524
min_udiag, /* smallest abs value on diagonal of D */
525-
max_udiag, /* smallest abs value on diagonal of D */
525+
max_udiag, /* maximum abs value on diagonal of D */
526526
rcond ; /* min (D) / max (D) */
527527

528528
Int

0 commit comments

Comments
 (0)