Skip to content

Commit 9d37af7

Browse files
loiseaujcperazz
andauthored
Update src/stdlib_specialmatrices_tridiagonal.fypp
Co-authored-by: Federico Perini <[email protected]>
1 parent 1881c44 commit 9d37af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_specialmatrices_tridiagonal.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ submodule (stdlib_specialmatrices) tridiagonal_matrices
8989

9090
! Prepare Lapack arguments.
9191
n = A%n ; ldx = n ; ldy = n ; y = 0.0_${k1}$
92-
nrhs = #{if rank==1}# 1 #{else}# size(x, 2) #{endif}#
92+
nrhs = #{if rank==1}# 1 #{else}# size(x, dim=2, kind=ilp) #{endif}#
9393

9494
#:if rank == 1
9595
! Pointer trick.

0 commit comments

Comments
 (0)