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 59cc51a commit b0f70afCopy full SHA for b0f70af
example/linalg/example_solve_custom.f90
@@ -40,7 +40,7 @@ subroutine solve_pcg_custom(A,b,x,di,tol,maxiter,restart,workspace)
40
if(present(di))then
41
di_ => di
42
else
43
- allocate(di_(n),source=.false._1)
+ allocate(di_(n),source=.false._int8)
44
end if
45
46
if(present(workspace)) then
0 commit comments