1 parent 34e840d commit 3640093Copy full SHA for 3640093
1 file changed
src/linalg/stdlib_linalg.fypp
@@ -712,7 +712,7 @@ module stdlib_linalg
712
logical(lk), optional, intent(in) :: overwrite_a
713
!> [optional] Can W data be overwritten and destroyed? Default: .false.
714
logical(lk), optional, intent(in) :: overwrite_w
715
- !> [optional] state return flag. On error if not requested, the code will stop
+ !> [optional] state return flag. On error if not requested, the code will trigger an error stop
716
type(linalg_state_type), optional, intent(out) :: err
717
!> Result array x(n)
718
${rt}$, allocatable :: x(:)
0 commit comments