Skip to content

Commit 3b365aa

Browse files
committed
fix
1 parent bb47ba5 commit 3b365aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/linalg/example_svd2.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
! Singular Values
22
program example_svd2
33
use stdlib_linalg_constants, only: dp
4-
use stdlib_linalg, only: svd
4+
use stdlib_linalg, only: svdvals
55
implicit none
66

77
real(dp), allocatable :: A(:,:),s(:)

0 commit comments

Comments
 (0)