about summary refs log tree commit diff
path: root/src/mathfunc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mathfunc.h')
-rw-r--r--src/mathfunc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mathfunc.h b/src/mathfunc.h
index b408ea7..f7c9e6e 100644
--- a/src/mathfunc.h
+++ b/src/mathfunc.h
@@ -79,7 +79,7 @@ unsigned char Double02ToUchar(const double dosage);
 //                          const size_t i_row, Eigen::VectorXd &x_row);
 
 std::tuple<size_t, size_t, size_t> compute_ratio(size_t ni_total, const gsl_vector *gs);
-double compute_maf(size_t ni_total, size_t ni_test, size_t n_miss, const double *gs);
+double compute_maf(size_t ni_total, size_t ni_test, size_t n_miss, const double *gs, const vector<int> &indicator);
 
 
 #endif