Skip to content

Commit 07efc4a

Browse files
loiseaujcCopilot
andauthored
Update test/linalg/test_linalg_pivoting_qr.fypp
Co-authored-by: Copilot <[email protected]>
1 parent 7454ecd commit 07efc4a

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
@@ -227,7 +227,7 @@ module test_linalg_pivoting_qr
227227
if (allocated(error)) return
228228

229229
! Check solution
230-
call check(error, all(abs(a(:, pivots)-matmul(q,r))<tol), 'converged solution (fulle)')
230+
call check(error, all(abs(a(:, pivots)-matmul(q,r))<tol), 'converged solution (full)')
231231
if (allocated(error)) return
232232

233233
! 2) QR factorization with reduced matrices

0 commit comments

Comments
 (0)