Skip to content

Commit 55bba1b

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

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
@@ -197,7 +197,7 @@ Subroutine
197197

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

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

202202
#### Example
203203

0 commit comments

Comments
 (0)