Skip to content

Commit 91882fa

Browse files
perazzjalvesz
andauthored
Update example/linalg/example_get_norm.f90
Co-authored-by: jalvesz <[email protected]>
1 parent 92ab520 commit 91882fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/linalg/example_get_norm.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ program example_get_norm
33
use stdlib_linalg, only: get_norm, linalg_state_type
44
implicit none
55

6-
real :: a(3,3),nrm,nrmd(3)
6+
real :: a(3,3), nrm, nrmd(3)
77
integer :: j
88
type(linalg_state_type) :: err
99

0 commit comments

Comments
 (0)