Skip to content

Commit 7454ecd

Browse files
loiseaujcCopilot
andauthored
Update test/linalg/test_linalg_pivoting_qr.fypp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent bf328f6 commit 7454ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/linalg/test_linalg_pivoting_qr.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ module test_linalg_pivoting_qr
147147
if (allocated(error)) return
148148

149149
! Check solution
150-
call check(error, all(abs(a(:, pivots)-matmul(q,r))<tol), 'converged solution (fulle)')
150+
call check(error, all(abs(a(:, pivots)-matmul(q,r))<tol), 'converged solution (full)')
151151
if (allocated(error)) return
152152

153153
! 2) QR factorization with reduced matrices

0 commit comments

Comments
 (0)