diff options
author | Pjotr Prins | 2017-10-11 12:51:51 +0000 |
---|---|---|
committer | Pjotr Prins | 2017-10-13 15:27:24 +0000 |
commit | 25ad9756ebecfdb2f01b6f87c35bd731e3a3186d (patch) | |
tree | 4ace2989827d9caf75839742cf013248b5cedae5 /src | |
parent | 6ae92af3335be3c6abb2588a7c8f14239a6f0a02 (diff) | |
download | pangemma-25ad9756ebecfdb2f01b6f87c35bd731e3a3186d.tar.gz |
Fix header for not showing se
Diffstat (limited to 'src')
-rw-r--r-- | src/lmm.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lmm.cpp b/src/lmm.cpp index 68d3c4f..a49c8c5 100644 --- a/src/lmm.cpp +++ b/src/lmm.cpp @@ -104,10 +104,10 @@ void LMM::WriteFiles() { } auto common_header = [&] () { - if (a_mode != 2) + if (a_mode != 2) { outfile << "beta" << "\t"; - - outfile << "se" << "\t"; + outfile << "se" << "\t"; + } outfile << "logl_H1" << "\t"; // we may make this an option |