Skip to content

Commit 1fe49a3

Browse files
jalveszjvdp1
andauthored
Update example/linalg/example_solve_pcg.f90
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 219637a commit 1fe49a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/linalg/example_solve_pcg.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ program example_solve_pcg
1818
call coo2csr(COO,laplacian_csr)
1919

2020
x = 0._dp
21-
load = dble( [0,0,5,0,0] )
21+
rhs = real( [0,0,5,0,0], kind=1._dp )
2222

2323
dirichlet = .false._1
2424
dirichlet([1,5]) = .true._1

0 commit comments

Comments
 (0)