Skip to content

Commit 5c86e65

Browse files
jalveszjvdp1
andauthored
Update example/linalg/example_solve_custom.f90
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent b9d74da commit 5c86e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/linalg/example_solve_custom.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module custom_solver
22
use stdlib_kinds, only: dp
3-
use stdlib_sparse
3+
use stdlib_sparse, only: CSR_dp_type
44
use stdlib_linalg_iterative_solvers, only: linop_dp_type, &
55
solver_workspace_dp_type, &
66
solve_pcg_kernel, &

0 commit comments

Comments
 (0)