Skip to content

Commit ef196b3

Browse files
jalveszjvdp1
andauthored
Update test/linalg/test_linalg_solve_iterative.fypp
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent daabef6 commit ef196b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/linalg/test_linalg_solve_iterative.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ module test_linalg_solve_iterative
6161
0, 0, -1, 2, -1,&
6262
0, 0, 0, -1, 1] , [5,5])
6363
${t}$ :: x(5), load(5), xref(5)
64-
logical(1) :: dirichlet(5)
64+
logical(int8) :: dirichlet(5)
6565

6666
xref = [0.0_${k}$,2.5_${k}$,5.0_${k}$,2.5_${k}$,0.0_${k}$]
6767
x = 0.0_${k}$

0 commit comments

Comments
 (0)