about summary refs log tree commit diff
path: root/src/gemma.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gemma.cpp')
-rw-r--r--src/gemma.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gemma.cpp b/src/gemma.cpp
index 5a6d4d8..eec9f8f 100644
--- a/src/gemma.cpp
+++ b/src/gemma.cpp
@@ -3383,7 +3383,8 @@ void GEMMA::WriteLog(int argc, char **argv, PARAM &cPar) {
   }
 
   if (cPar.a_mode == 1 || cPar.a_mode == 2 || cPar.a_mode == 3 ||
-      cPar.a_mode == 4 || cPar.a_mode == 5 || cPar.a_mode == 11 ||
+      cPar.a_mode == 4 || cPar.a_mode == 5 || cpar.a_mode == 9 ||
+      cPar.a_mode == 11 ||
       cPar.a_mode == 12 || cPar.a_mode == 13) {
     outfile << "## REMLE log-likelihood in the null model = "
             << cPar.logl_remle_H0 << endl;
@@ -3552,7 +3553,7 @@ void GEMMA::WriteLog(int argc, char **argv, PARAM &cPar) {
     outfile << "##      time on calculating UtX = " << cPar.time_UtX << " min "
             << endl;
   }
-  if ((cPar.a_mode >= 1 && cPar.a_mode <= 4) ||
+  if ((cPar.a_mode >= 1 && cPar.a_mode <= 4) || cPar.a_mode == 9 ||
       (cPar.a_mode >= 51 && cPar.a_mode <= 54)) {
     outfile << "##      time on optimization = " << cPar.time_opt << " min "
             << endl;