Skip to content

Commit f0960d7

Browse files
umf_cholmod: no need to check degree here
1 parent 369caae commit f0960d7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

UMFPACK/Source/umf_cholmod.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ int UMF_cholmod
6666
print_level = params [1] - 1 ;
6767
params [2] = -1 ;
6868

69-
// METIS_GUARD: if the max row degree of A exceeds this limit, COLAMD is
70-
// used instead of METIS on A'A:
71-
Int metis_guard_degree = params [3] ;
72-
7369
if (Ap == NULL || Ai == NULL || Perm == NULL || nrow < 0 || ncol < 0)
7470
{
7571
/* invalid inputs */

0 commit comments

Comments
 (0)