Skip to content

Commit 1f40ba2

Browse files
Add files via upload
1 parent 4298807 commit 1f40ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/stats/test_distribution_exponential.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ program test_distribution_expon
22
use stdlib_kinds
33
use stdlib_error, only : check
44
use stdlib_stats_distribution_PRNG, only : random_seed
5-
use stdlib_stats_distribution_expon, only : &
5+
use stdlib_stats_distribution_exponential, only : &
66
expon_rvs => exponential_distribution_rvs, &
77
expon_pdf => exponential_distribution_pdf, &
88
expon_cdf => exponential_distribution_cdf

0 commit comments

Comments
 (0)