Skip to content

Commit 16657df

Browse files
committed
fix use
1 parent 04a61b7 commit 16657df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stdlib_linalg_norms.fypp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
! Vector norms
99
submodule(stdlib_linalg) stdlib_linalg_norms
1010
use stdlib_linalg_constants
11-
use stdlib_linalg_blas, only: nrm2
12-
use stdlib_linalg_lapack, only: lange
11+
use stdlib_linalg_blas
12+
use stdlib_linalg_lapack
1313
use stdlib_linalg_state, only: linalg_state_type, linalg_error_handling, LINALG_ERROR, &
1414
LINALG_INTERNAL_ERROR, LINALG_VALUE_ERROR
1515
use iso_c_binding, only: c_intptr_t,c_char,c_loc

0 commit comments

Comments
 (0)