Skip to content

Commit 78a8f6e

Browse files
committed
cleanup
1 parent 63d297e commit 78a8f6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/stdlib_linalg_least_squares.fypp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ submodule (stdlib_linalg) stdlib_linalg_least_squares
176176
case (0)
177177
! Success
178178
case (:-1)
179-
err0 = linalg_state_type(this,LINALG_VALUE_ERROR,'invalid problem size a=[',lda,',',n,'], b[',ldb,',',nrhs,']')
179+
err0 = linalg_state_type(this,LINALG_VALUE_ERROR,'invalid problem size a=',[lda,n], &
180+
', b=',[ldb,nrhs])
180181
case (1:)
181182
err0 = linalg_state_type(this,LINALG_ERROR,'SVD did not converge.')
182183
case default

0 commit comments

Comments
 (0)