diff options
Diffstat (limited to 'src/param.cpp')
| -rw-r--r-- | src/param.cpp | 4 |
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; |
