Skip to content

Commit 1e50115

Browse files
perazzjvdp1
andauthored
Update doc/specs/stdlib_linalg.md
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 3ee20ad commit 1e50115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_linalg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ allows for more expert control.
620620
`overwrite_a` (optional): Shall be an input `logical` flag. if `.true.`, input matrix `a` will be used as temporary storage and overwritten. This avoids internal data allocation.
621621
This is an `intent(in)` argument.
622622

623-
`err` (optional): Shall be a `type(linalg_state_type)` return value.
623+
`err` (optional): Shall be a `type(linalg_state_type)` value. This is an `intent(out)` argument.
624624

625625
### Return value
626626

0 commit comments

Comments
 (0)