Skip to content

Commit 0c99ca1

Browse files
committed
Fix typos in geqp3 interface definition.
1 parent 4b05928 commit 0c99ca1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stdlib_linalg_lapack.fypp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3290,12 +3290,12 @@ module stdlib_linalg_lapack
32903290
#endif
32913291
#:for rk, rt, ri in REAL_KINDS_TYPES
32923292
#:if not rk in ["sp", "dp"]
3293-
module procedure stdlib${ii}$_${ri}$geqrf
3293+
module procedure stdlib${ii}$_${ri}$geqp3
32943294
#:endif
32953295
#:endfor
32963296
#:for rk, rt, ri in CMPLX_KINDS_TYPES
32973297
#:if not rk in ["sp", "dp"]
3298-
module procedure stdlib${ii}$_${ri}$geqrf
3298+
module procedure stdlib${ii}$_${ri}$geqp3
32993299
#:endif
33003300
#:endfor
33013301
#:endfor

0 commit comments

Comments
 (0)