lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master bbcdaf5 1/2: Update commentary


From: Greg Chicares
Subject: [lmi-commits] [lmi] master bbcdaf5 1/2: Update commentary
Date: Mon, 4 Jun 2018 19:11:49 -0400 (EDT)

branch: master
commit bbcdaf540882fd8947381904ceb31ea25f458c97
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Update commentary
---
 actuarial_table.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/actuarial_table.cpp b/actuarial_table.cpp
index ce11e3a..17bf1c0 100644
--- a/actuarial_table.cpp
+++ b/actuarial_table.cpp
@@ -280,7 +280,7 @@ void actuarial_table::find_table()
 /// The record types of interest here are coded as:
 ///   9999 end of table
 ///   2    4-byte integer:  Table number
-///   3    [unsigned] char: Table type: {A, D, S} --> {age, duration, select}
+///   3    1-byte char   :  Table type: {A, D, S} --> {age, duration, select}
 ///   12   2-byte integer:  Minimum age
 ///   13   2-byte integer:  Maximum age
 ///   14   2-byte integer:  Select period
@@ -328,7 +328,7 @@ void actuarial_table::parse_table()
                 LMI_ASSERT(z == table_number_);
                 }
                 break;
-            case 3: // [unsigned] char: Table type.
+            case 3: // char: Table type.
                 {
                 // Meaning: {A, D, S} --> {age, duration, select}.
                 // SOA apparently permits upper or lower case.



reply via email to

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