Skip to content

Commit 54caa7f

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

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
@@ -55,7 +55,7 @@ submodule(stdlib_linalg) stdlib_linalg_norms
5555
norm_type = NORM_TWO
5656
case (3_ilp:NORM_POW_LAST)
5757
norm_type = order
58-
case (huge(0_ilp):)
58+
case (NORM_INF:)
5959
norm_type = NORM_INF
6060
case (:-huge(0_ilp))
6161
norm_type = NORM_MINUSINF

0 commit comments

Comments
 (0)