Skip to content

Commit d798b08

Browse files
perazzjvdp1
andauthored
Update src/linalg/stdlib_linalg_least_squares.fypp
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 2569341 commit d798b08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/linalg/stdlib_linalg_least_squares.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ submodule (stdlib_linalg) stdlib_linalg_least_squares
586586
!> [optional] state return flag. On error if not requested, the code will stop
587587
type(linalg_state_type), optional, intent(out) :: err
588588
!> Result array x[n]
589-
${rt}$, allocatable, target :: x(:)
589+
${rt}$, allocatable :: x(:)
590590

591591
integer(ilp) :: n
592592

0 commit comments

Comments
 (0)