Skip to content

Commit 1a814fb

Browse files
jalveszjvdp1
andauthored
Update doc/specs/stdlib_linalg_iterative_solvers.md
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent b3b5f43 commit 1a814fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_linalg_iterative_solvers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Subroutine
121121

122122
`maxiter`: scalar of type `integer` defining the maximum allowed number of iterations. This argument is `intent(in)`.
123123

124-
`workspace`: `type(solver_workspace_<kind>_type)` holding the work temporal array for the solver. This argument is `intent(inout)`.
124+
`workspace`: scalar derived type of `type(solver_workspace_<kind>_type)` holding the work array for the solver. This argument is `intent(inout)`.
125125

126126
<!-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -->
127127
### `solve_cg` subroutine

0 commit comments

Comments
 (0)