Skip to content

Commit 555b512

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

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
@@ -242,7 +242,7 @@ Subroutine
242242

243243
`M` (optional): scalar derived type of `class(linop_<kind>_type)` defining a custom preconditioner linear operator. If given, `precond` will have no effect, a pointer is set to this custom preconditioner.
244244

245-
`workspace` (optional): `type(solver_workspace_<kind>_type)` holding the work temporal array for the solver. If the user passes its own `workspace`, then internally a pointer is set to it, otherwise, memory will be internally allocated and deallocated before exiting the procedure. This argument is `intent(inout)`.
245+
`workspace` (optional): scalar derived type of `type(solver_workspace_<kind>_type)` holding the work temporal array for the solver. If the user passes its own `workspace`, then internally a pointer is set to it, otherwise, memory will be internally allocated and deallocated before exiting the procedure. This argument is `intent(inout)`.
246246

247247
#### Example
248248

0 commit comments

Comments
 (0)