From 5e1838bed78a141b9a8cfcbd5bf751ad822c49f7 Mon Sep 17 00:00:00 2001 From: Simon Maertens Date: Thu, 23 Apr 2026 00:34:09 +0200 Subject: [PATCH] Fixed wrong external symbol declarations: CGER -> CGERC and ZLARF1 -> ZLARF1L --- SRC/clarf1f.f | 2 +- SRC/zupmtr.f | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SRC/clarf1f.f b/SRC/clarf1f.f index cb9fc47ee..b5d4e47a4 100644 --- a/SRC/clarf1f.f +++ b/SRC/clarf1f.f @@ -150,7 +150,7 @@ INTEGER I, LASTV, LASTC * .. * .. External Subroutines .. - EXTERNAL CAXPY, CGEMV, CGER, CSCAL + EXTERNAL CAXPY, CGEMV, CGERC, CSCAL * .. * .. Intrinsic Functions .. INTRINSIC CONJG diff --git a/SRC/zupmtr.f b/SRC/zupmtr.f index b37f4b182..97b0a6745 100644 --- a/SRC/zupmtr.f +++ b/SRC/zupmtr.f @@ -176,7 +176,7 @@ EXTERNAL LSAME * .. * .. External Subroutines .. - EXTERNAL XERBLA, ZLARF1, ZLARF1F + EXTERNAL XERBLA, ZLARF1L, ZLARF1F * .. * .. Intrinsic Functions .. INTRINSIC DCONJG, MAX