aboutsummaryrefslogtreecommitdiff
path: root/src/lmm.cpp
diff options
context:
space:
mode:
authorPjotr Prins2017-12-08 10:49:25 +0000
committerPjotr Prins2017-12-08 10:49:25 +0000
commit6ce9ada43491b773bcbb459d6f12d45e2d901ea0 (patch)
tree42cc81cda056fcce507b63095deaf2f26c630b9a /src/lmm.cpp
parentaa70e2a33703dbe519e7729184392759c190e416 (diff)
downloadpangemma-6ce9ada43491b773bcbb459d6f12d45e2d901ea0.tar.gz
Legacy mode does not show logl_H1 column in output
Diffstat (limited to 'src/lmm.cpp')
-rw-r--r--src/lmm.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lmm.cpp b/src/lmm.cpp
index ecc8231..91354e1 100644
--- a/src/lmm.cpp
+++ b/src/lmm.cpp
@@ -112,7 +112,8 @@ void LMM::WriteFiles() {
outfile << "se" << "\t";
}
- outfile << "logl_H1" << "\t"; // we may make this an option
+ if (!is_legacy_mode())
+ outfile << "logl_H1" << "\t"; // we may make this an option
switch(a_mode) {
case 1:
@@ -144,7 +145,8 @@ void LMM::WriteFiles() {
outfile << st.se << "\t";
}
- outfile << st.logl_H1 << "\t";
+ if (!is_legacy_mode())
+ outfile << st.logl_H1 << "\t";
switch(a_mode) {
case 1: