lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 686a11d 6/6: Add pilcrows to certain single-p


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 686a11d 6/6: Add pilcrows to certain single-paragraph footnotes
Date: Wed, 8 Jul 2020 20:18:29 -0400 (EDT)

branch: master
commit 686a11ddcffd905d7c9e124827fb847f823e561f
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Add pilcrows to certain single-paragraph footnotes
    
    Incidentally set the maturity-age footnote to a nondefault string for
    the exotic "xyz" product, to support testing it in combination with the
    partial-mortality footnote.
---
 product_data.cpp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/product_data.cpp b/product_data.cpp
index 010462b..3319001 100644
--- a/product_data.cpp
+++ b/product_data.cpp
@@ -507,10 +507,10 @@ static std::string const S_IllRegCertClient =
   " either higher or lower. The agent has told me they are not guaranteed.";
 
 static std::string const S_FnMaturityAge =
-  "Maturity age: {{EndtAge}}.";
+  "¶¶Maturity age: {{EndtAge}}.";
 
 static std::string const S_FnPartialMortality =
-  "Columns reflect mortality, beginning at {{PartMortTableMult[0]}}"
+  "¶¶Columns reflect mortality, beginning at {{PartMortTableMult[0]}}"
   " of the {{PartMortTableName}} table,"
   " with all deaths at the end of each year"
   "{{#SurviveToExpectancy}}"
@@ -917,6 +917,7 @@ sample2xyz::sample2xyz()
 {
     item("DatabaseFilename")           = glossed_string("sample2xyz.database");
     // Exotica.
+    item("FnMaturityAge")              = S_FnMaturityAge;
     item("FnPartialMortality")         = S_FnPartialMortality;
 }
 } // Unnamed namespace.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]