Skip to content

Commit 5535e3f

Browse files
loiseaujcperazz
andauthored
Update src/lapack/stdlib_linalg_lapack_aux.fypp
Co-authored-by: Federico Perini <[email protected]>
1 parent b1f1ad0 commit 5535e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lapack/stdlib_linalg_lapack_aux.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1480,7 +1480,7 @@ module stdlib_linalg_lapack_aux
14801480
case(-7)
14811481
err = linalg_state_type(this, LINALG_VALUE_ERROR, 'invalid input for lwork=', lwork)
14821482
case default
1483-
err = linalg_state_type(this, LINALG_VALUE_ERROR, 'catastrophic error')
1483+
err = linalg_state_type(this, LINALG_INTERNAL_ERROR, 'catastrophic error')
14841484
end select
14851485
end subroutine handle_geqp3_info
14861486

0 commit comments

Comments
 (0)