From 19b29b3448239d14c3541699e8543e6f9a2cd7b6 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 27 Mar 2024 22:09:30 +0100 Subject: [PATCH] Update getrf.c --- interface/lapack/getrf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/lapack/getrf.c b/interface/lapack/getrf.c index 7d1f6bc70..270604120 100644 --- a/interface/lapack/getrf.c +++ b/interface/lapack/getrf.c @@ -100,7 +100,7 @@ int NAME(blasint *M, blasint *N, FLOAT *a, blasint *ldA, blasint *ipiv, blasint int nmax = 40000; #else int nmax = 10000; -endif +#endif if (args.m*args.n