Skip to content

Commit b19c537

Browse files
authored
Update src/stdlib_stats_median.fypp
1 parent fdfd150 commit b19c537

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/stdlib_stats_median.fypp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ contains
125125

126126
if (any(shape(x) .ne. shape(mask))) then
127127
call error_stop("ERROR (median): shapes of x and mask are different")
128-
error stop
129128
end if
130129

131130
x_tmp = pack(x, mask)

0 commit comments

Comments
 (0)