We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219637a commit 1fe49a3Copy full SHA for 1fe49a3
example/linalg/example_solve_pcg.f90
@@ -18,7 +18,7 @@ program example_solve_pcg
18
call coo2csr(COO,laplacian_csr)
19
20
x = 0._dp
21
- load = dble( [0,0,5,0,0] )
+ rhs = real( [0,0,5,0,0], kind=1._dp )
22
23
dirichlet = .false._1
24
dirichlet([1,5]) = .true._1
0 commit comments