Skip to content

Commit 7706e1b

Browse files
jalveszjvdp1
andauthored
Update example/linalg/example_solve_pcg.f90
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 5775d10 commit 7706e1b

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
@@ -7,7 +7,7 @@ program example_solve_pcg
77
type(COO_dp_type) :: COO
88
real(dp) :: laplacian(5,5)
99
real(dp) :: x(5), rhs(5)
10-
logical(1) :: dirichlet(5)
10+
logical(int8) :: dirichlet(5)
1111

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

0 commit comments

Comments
 (0)