From b9758364059d52e153a9f1b4fcae3bc3f3e68422 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Fri, 7 Jul 2017 06:54:26 +0000 Subject: Fix spacing --- src/mathfunc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mathfunc.cpp') diff --git a/src/mathfunc.cpp b/src/mathfunc.cpp index c09b587..709bdde 100644 --- a/src/mathfunc.cpp +++ b/src/mathfunc.cpp @@ -375,7 +375,7 @@ double CalcHWE (const size_t n_hom1, const size_t n_hom2, const size_t n_ab) { het_probs[i] /= sum; double p_hwe = 0.0; - + // p-value calculation for p_hwe. for (i = 0; i <= rare_copies; i++) { -- cgit v1.2.3