We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f61224b commit 59aa11cCopy full SHA for 59aa11c
src/stdlib_linalg_iterative_solvers_cg.fypp
@@ -75,7 +75,7 @@ contains
75
${t}$, intent(in) :: b(:)
76
${t}$, intent(inout) :: x(:)
77
${t}$, intent(in), optional :: tol
78
- logical(1), intent(in), optional, target :: di(:)
+ logical(int8), intent(in), optional, target :: di(:)
79
integer, intent(in), optional :: maxiter
80
logical, intent(in), optional :: restart
81
type(solver_workspace_${s}$_type), optional, intent(inout), target :: workspace
0 commit comments