Skip to content

Commit 403b687

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

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
@@ -6,7 +6,7 @@ program example_solve_pcg
66
type(CSR_dp_type) :: laplacian_csr
77
type(COO_dp_type) :: COO
88
real(dp) :: laplacian(5,5)
9-
real(dp) :: x(5), load(5)
9+
real(dp) :: x(5), rhs(5)
1010
logical(1) :: dirichlet(5)
1111

1212
laplacian = reshape( [1, -1, 0, 0, 0,&

0 commit comments

Comments
 (0)