Skip to content

Commit 19b29b3

Browse files
authored
Update getrf.c
1 parent a3354a7 commit 19b29b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/lapack/getrf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ int NAME(blasint *M, blasint *N, FLOAT *a, blasint *ldA, blasint *ipiv, blasint
100100
int nmax = 40000;
101101
#else
102102
int nmax = 10000;
103-
endif
103+
#endif
104104
if (args.m*args.n <nmax) {
105105
args.nthreads = 1;
106106
} else {

0 commit comments

Comments
 (0)