aboutsummaryrefslogtreecommitdiff
path: root/src/lmm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lmm.cpp')
-rw-r--r--src/lmm.cpp6
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