Skip to content

Commit

Permalink
Update src/stdlib_linalg_norms.fypp
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 93b37ff commit 0dabeac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stdlib_linalg_norms.fypp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ submodule(stdlib_linalg) stdlib_linalg_norms
norm_type = NORM_ONE
case (2_ilp)
norm_type = NORM_TWO
case (3_ilp:huge(0_ilp)-1_ilp)
case (3_ilp:NORM_POW_LAST)
norm_type = order
case (huge(0_ilp):)
norm_type = NORM_INF
Expand Down

0 comments on commit 0dabeac

Please sign in to comment.