Skip to content

Commit 7bdfc05

Browse files
author
Jim-215-Fisher
committed
minor change
1 parent a2bf0ed commit 7bdfc05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/stats/test_distribution_uniform.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ contains
187187
#:if t1[0] == "i"
188188
call check(all(res == ans), &
189189
msg="uniform_distribution_rvs_${t1[0]}$${k1}$ failed", warn=warn)
190-
#:elif
190+
#:else
191191
call check(all(abs(res - ans) < ${k1}$tol), &
192192
msg="uniform_distribution_rvs_${t1[0]}$${k1}$ failed", warn=warn)
193193
#:endif

0 commit comments

Comments
 (0)