Skip to content

Commit 170ed54

Browse files
committed
fix interface
1 parent 8caa4dc commit 170ed54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_linalg.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ module stdlib_linalg
635635
!> [optional] Can A data be overwritten and destroyed?
636636
logical(lk), optional, intent(in) :: overwrite_a
637637
!> [optional] Provide pre-allocated workspace, size to be checked with schur_space
638-
${rt}$, optional, intent(inout), target :: storage(:)
638+
${rt}$, optional, intent(out), target :: storage(:)
639639
!> [optional] State return flag. On error if not requested, the code will stop
640640
type(linalg_state_type), optional, intent(out) :: err
641641
end subroutine stdlib_linalg_${ri}$_schur

0 commit comments

Comments
 (0)