lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 9180696 16/24: Change a member's type-specifi


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 9180696 16/24: Change a member's type-specifier
Date: Wed, 30 Dec 2020 18:47:00 -0500 (EST)

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

    Change a member's type-specifier
    
    BasicValues::InitialTargetPremium is used only for the special purpose
    of passing a gpt-server argument. There's no longer any reason for it
    to be 'mutable'.
---
 basic_values.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/basic_values.hpp b/basic_values.hpp
index 5480e29..6e61a50 100644
--- a/basic_values.hpp
+++ b/basic_values.hpp
@@ -439,7 +439,7 @@ class LMI_SO BasicValues
     std::vector<double> partial_mortality_tpx_;
     std::vector<double> partial_mortality_lx_;
 
-    mutable double      InitialTargetPremium;
+    double              InitialTargetPremium;
 
     void                Init7702();
     void                Init7702A();



reply via email to

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