Skip to content

Commit 3ee20ad

Browse files
perazzjvdp1
andauthored
Update doc/specs/stdlib_linalg.md
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 45447a8 commit 3ee20ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/specs/stdlib_linalg.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,8 @@ allows for more expert control.
617617

618618
`a`: Shall be a rank-2 square array
619619

620-
`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.
620+
`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.
621+
This is an `intent(in)` argument.
621622

622623
`err` (optional): Shall be a `type(linalg_state_type)` return value.
623624

0 commit comments

Comments
 (0)