Skip to content

Commit ef6dee6

Browse files
loiseaujcCopilot
andauthored
Update test/linalg/test_linalg_constrained_lstsq.fypp
Co-authored-by: Copilot <[email protected]>
1 parent c43044a commit ef6dee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/linalg/test_linalg_constrained_lstsq.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ module test_linalg_constrained_least_squares
9191
call check(error, all(abs(x-x_true) < 1.0e-4_${rk}$), 'Solver converged')
9292
if (allocated(error)) return
9393

94-
!----- Overwrite matrices (performances) -----
94+
!----- Overwrite matrices (performance) -----
9595
call solve_constrained_lstsq(A, b, C, d, x, storage=work, overwrite_matrices=.true., err=state)
9696

9797
call check(error, state%ok(), state%print())

0 commit comments

Comments
 (0)