lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5939] Note a couple of apparent defects


From: Greg Chicares
Subject: [lmi-commits] [5939] Note a couple of apparent defects
Date: Mon, 15 Sep 2014 17:44:27 +0000

Revision: 5939
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5939
Author:   chicares
Date:     2014-09-15 17:44:25 +0000 (Mon, 15 Sep 2014)
Log Message:
-----------
Note a couple of apparent defects

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/custom_io_0.cpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2014-09-15 17:37:38 UTC (rev 5938)
+++ lmi/trunk/ChangeLog 2014-09-15 17:44:25 UTC (rev 5939)
@@ -34077,3 +34077,9 @@
   custom_io_0.cpp
 Refactor, favoring expression templates.
 
+20140915T1744Z <address@hidden> [533]
+
+  custom_io_0.cpp
+Note a couple of apparent defects. They aren't marked as defects, only
+because this code is no longer used in production.
+

Modified: lmi/trunk/custom_io_0.cpp
===================================================================
--- lmi/trunk/custom_io_0.cpp   2014-09-15 17:37:38 UTC (rev 5938)
+++ lmi/trunk/custom_io_0.cpp   2014-09-15 17:44:25 UTC (rev 5939)
@@ -384,7 +384,7 @@
               value_cast<std::string>(permanent_flat + temporary_flat)
             + "[0, @"
             + value_cast<std::string>(temporary_flat_max_age)
-            + "); "
+            + "); " // Apparently this ')' should be ']' for "ThruAge".
             + value_cast<std::string>(permanent_flat)
             ;
         }
@@ -528,6 +528,9 @@
             << ',' << Curr_.EOYDeathBft    [j]
             << ',' << Curr_.NetIntCredited [j]
             << ',' << Curr_.COICharge      [j]
+// Column headers suggest that 'Load' should precede 'MinPrem',
+// but this order was accepted; perhaps both were always zero
+// in actual practice.
             << ',' << 0                                  // 'MinPrem' always 
zero.
             << ',' << prem_load            [j]
             << ',' << surr_chg             [j]




reply via email to

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