aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gemma_io.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gemma_io.cpp b/src/gemma_io.cpp
index 55f0aad..cd5fbe1 100644
--- a/src/gemma_io.cpp
+++ b/src/gemma_io.cpp
@@ -1534,6 +1534,7 @@ bool BimbamKin(const string file_geno, const set<string> ksnps,
cout << endl;
// scale the kinship matrix
+ write(ns_test,"ns_test scale");
enforce_gsl(gsl_matrix_scale(matrix_kin, 1.0 / (double)ns_test));
// and transpose