Skip to content

Commit

Permalink
Update example/linalg/example_get_norm.f90
Browse files Browse the repository at this point in the history
Co-authored-by: jalvesz <[email protected]>
  • Loading branch information
perazz and jalvesz authored Sep 23, 2024
1 parent 92ab520 commit 91882fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/linalg/example_get_norm.f90
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ program example_get_norm
use stdlib_linalg, only: get_norm, linalg_state_type
implicit none

real :: a(3,3),nrm,nrmd(3)
real :: a(3,3), nrm, nrmd(3)
integer :: j
type(linalg_state_type) :: err

Expand Down

0 comments on commit 91882fa

Please sign in to comment.