lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master bd3468c5 01/13: Assert another precondition


From: Greg Chicares
Subject: [lmi-commits] [lmi] master bd3468c5 01/13: Assert another precondition
Date: Tue, 7 Jun 2022 16:39:09 -0400 (EDT)

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

    Assert another precondition
    
    See:
      https://lists.nongnu.org/archive/html/lmi/2022-06/msg00025.html
---
 actuarial_table_test.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/actuarial_table_test.cpp b/actuarial_table_test.cpp
index 17b693f6..c7e8800c 100644
--- a/actuarial_table_test.cpp
+++ b/actuarial_table_test.cpp
@@ -90,6 +90,7 @@ std::vector<double> table_42(int age)
 std::vector<double> table_256(int age, int duration)
 {
     LMI_ASSERT(0 <= duration && duration <= 3);
+    LMI_ASSERT(10 <= age && age <= 80);
     // Select: issue age by duration.
     static int const nsel = 71 * 3;
     static double const qsel[nsel] =



reply via email to

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