Skip to content

Commit 92ab520

Browse files
perazzjalvesz
andauthored
Update src/stdlib_linalg_norms.fypp
Co-authored-by: jalvesz <[email protected]>
1 parent 13636a9 commit 92ab520

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
@@ -317,7 +317,7 @@ submodule(stdlib_linalg) stdlib_linalg_norms
317317
#:endif
318318
case(NORM_INF)
319319
nrm = maxval( abs(a) , dim = dim )
320-
case(-NORM_INF)
320+
case(NORM_MINUSINF)
321321
nrm = minval( abs(a) , dim = dim )
322322
case (NORM_POW_FIRST:NORM_POW_LAST)
323323
rorder = 1.0_${rk}$ / norm_request

0 commit comments

Comments
 (0)