Skip to content

Commit 494a129

Browse files
jalveszjvdp1
andauthored
Update src/stdlib_linalg_iterative_solvers_cg.fypp
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent ef196b3 commit 494a129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_linalg_iterative_solvers_cg.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ contains
9999
if(present(di))then
100100
di_ => di
101101
else
102-
allocate(di_(n),source=.false._1)
102+
allocate(di_(n),source=.false._int8)
103103
end if
104104

105105
if(present(workspace)) then

0 commit comments

Comments
 (0)