Skip to content

Commit 0dabeac

Browse files
perazzjalvesz
andauthored
Update src/stdlib_linalg_norms.fypp
Co-authored-by: jalvesz <102541118+jalvesz@users.noreply.github.com>
1 parent 93b37ff commit 0dabeac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_linalg_norms.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ submodule(stdlib_linalg) stdlib_linalg_norms
5353
norm_type = NORM_ONE
5454
case (2_ilp)
5555
norm_type = NORM_TWO
56-
case (3_ilp:huge(0_ilp)-1_ilp)
56+
case (3_ilp:NORM_POW_LAST)
5757
norm_type = order
5858
case (huge(0_ilp):)
5959
norm_type = NORM_INF

0 commit comments

Comments
 (0)