Skip to content

Commit

Permalink
Remove unused variables in example_pseudoinverse
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdp1 committed Feb 9, 2025
1 parent d1dc276 commit 17d70b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions example/linalg/example_pseudoinverse.f90
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ program example_pseudoinverse

real :: A(15,5), Am1(5,15)
type(linalg_state_type) :: state
integer :: i, j
real, parameter :: tol = sqrt(epsilon(0.0))

! Generate random matrix A (15x15)
call random_number(A)
Expand Down

0 comments on commit 17d70b5

Please sign in to comment.