Skip to content

Commit 945319b

Browse files
jalveszjvdp1
andauthored
Update src/stdlib_linalg_iterative_solvers_pcg.fypp
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 731a0d6 commit 945319b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_linalg_iterative_solvers_pcg.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ contains
148148
if(present(di))then
149149
di_ => di
150150
else
151-
allocate(di_(n),source=.false._1)
151+
allocate(di_(n),source=.false._int8)
152152
end if
153153

154154
! workspace for the solver

0 commit comments

Comments
 (0)