about summary refs log tree commit diff
path: root/src/param.cpp
diff options
context:
space:
mode:
authorPjotr Prins2025-12-03 09:17:23 +0100
committerPjotr Prins2025-12-03 09:17:31 +0100
commit192ea67b10ed28fecf979d30972d19a7d518641c (patch)
tree65e5e58e00036ee04dd61c7e51be80d60dea0aa6 /src/param.cpp
parentbd38f2f2dada5cb64cc8ad18dbcfed6627b58da1 (diff)
downloadpangemma-192ea67b10ed28fecf979d30972d19a7d518641c.tar.gz
Some output
Diffstat (limited to 'src/param.cpp')
-rw-r--r--src/param.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/param.cpp b/src/param.cpp
index 45904cd..74b2f9b 100644
--- a/src/param.cpp
+++ b/src/param.cpp
@@ -1276,8 +1276,8 @@ void PARAM::CheckData(void) {
 
 void PARAM::PrintSummary() {
   if (n_ph == 1) {
-    cout << "pve estimate =" << pve_null << endl;
-    cout << "se(pve) =" << pve_se_null << endl;
+    cout << "##   pve estimate = " << pve_null << endl;
+    cout << "##   se(pve) = " << pve_se_null << endl;
   } else {
   }
   return;