Skip to content

Commit 07f0525

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

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
@@ -57,7 +57,7 @@ submodule(stdlib_linalg) stdlib_linalg_norms
5757
norm_type = order
5858
case (NORM_INF:)
5959
norm_type = NORM_INF
60-
case (:-huge(0_ilp))
60+
case (:NORM_MINUSINF)
6161
norm_type = NORM_MINUSINF
6262

6363
case default

0 commit comments

Comments
 (0)