From 192ea67b10ed28fecf979d30972d19a7d518641c Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Wed, 3 Dec 2025 09:17:23 +0100 Subject: Some output --- src/param.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/param.cpp') 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; -- cgit 1.4.1