Skip to content

Commit 9d64fe6

Browse files
jalveszjvdp1
andauthored
Update example/linalg/example_solve_cg.f90
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 555b512 commit 9d64fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/linalg/example_solve_cg.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ program example_solve_cg
33
use stdlib_linalg_iterative_solvers, only: solve_cg
44

55
real(dp) :: matrix(2,2)
6-
real(dp) :: x(2), load(2)
6+
real(dp) :: x(2), rhs(2)
77

88
matrix = reshape( [4, 1,&
99
1, 3] , [2,2])

0 commit comments

Comments
 (0)