We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ab520 commit 91882faCopy full SHA for 91882fa
example/linalg/example_get_norm.f90
@@ -3,7 +3,7 @@ program example_get_norm
3
use stdlib_linalg, only: get_norm, linalg_state_type
4
implicit none
5
6
- real :: a(3,3),nrm,nrmd(3)
+ real :: a(3,3), nrm, nrmd(3)
7
integer :: j
8
type(linalg_state_type) :: err
9
0 commit comments