Skip to content

Commit f43e92a

Browse files
reconfigure
1 parent 92dd80c commit f43e92a

File tree

5 files changed

+443
-431
lines changed

5 files changed

+443
-431
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ set(FSTATS_SOURCES
66
${dir}/fstats.f90
77
${dir}/fstats_special_functions.f90
88
${dir}/fstats_descriptive_statistics.f90
9+
${dir}/fstats_hypothesis.f90
910
${dir}/fstats_anova.f90
1011
${dir}/fstats_distributions.f90
1112
${dir}/fstats_helper_routines.f90

src/fstats.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module fstats
55
use iso_fortran_env
66
use fstats_special_functions
77
use fstats_descriptive_statistics
8+
use fstats_hypothesis
89
use fstats_distributions
910
use fstats_anova
1011
use fstats_helper_routines

0 commit comments

Comments
 (0)