Skip to content

Commit bad19f8

Browse files
committed
Merge branch 'median' of https://github.com/jvdp1/stdlib into median
2 parents 0d46361 + 8ed99fe commit bad19f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/stdlib_stats_median.fypp

Lines changed: 0 additions & 2 deletions
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)
@@ -170,7 +169,6 @@ contains
170169

171170
if (any(shape(x) .ne. shape(mask))) then
172171
call error_stop("ERROR (median): shapes of x and mask are different")
173-
error stop
174172
end if
175173

176174
select case(dim)

0 commit comments

Comments
 (0)