Skip to content

Commit a56fb48

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

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
@@ -1197,7 +1197,7 @@ Subroutine
11971197

11981198
`other_zeroed` (optional): Shall be an input `logical` flag. If `.true.`, the unused part of the output matrix will contain zeroes. Otherwise, it will not be accessed. This saves cpu time. By default, `other_zeroed=.true.`. It is an `intent(in)` argument.
11991199

1200-
`err` (optional): Shall be a `type(linalg_state_type)` value. This is an `intent(out)` argument.
1200+
`err` (optional): Shall be a `type(linalg_state_type)` value. It is an `intent(out)` argument.
12011201

12021202
### Return values
12031203

0 commit comments

Comments
 (0)