lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] valyuta/004 4a21c32 10/17: Move another block of cod


From: Greg Chicares
Subject: [lmi-commits] [lmi] valyuta/004 4a21c32 10/17: Move another block of code
Date: Thu, 24 Dec 2020 10:23:52 -0500 (EST)

branch: valyuta/004
commit 4a21c32f86e96396eb2fbbe02fd1ba13edf4e567
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Move another block of code
    
    The goal is gradually to merge BasicValues::GPTServerInit() into Init().
---
 ihs_basicval.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ihs_basicval.cpp b/ihs_basicval.cpp
index 167f95e..ac0ccdc 100644
--- a/ihs_basicval.cpp
+++ b/ihs_basicval.cpp
@@ -277,16 +277,16 @@ void BasicValues::GPTServerInit()
 {
     SetPermanentInvariants();
 
+    StateOfDomicile_ = mc_state_from_string(product().datum("InsCoDomicile"));
+    StateOfJurisdiction_ = yare_input_.StateOfJurisdiction;
+    PremiumTaxState_     = yare_input_.PremiumTaxState    ;
+
     IssueAge = yare_input_.IssueAge;
     RetAge   = yare_input_.RetirementAge;
     LMI_ASSERT(IssueAge < 100);
     LMI_ASSERT(RetAge <= 100);
     LMI_ASSERT(yare_input_.RetireesCanEnroll || IssueAge <= RetAge);
 
-    StateOfDomicile_ = mc_state_from_string(product().datum("InsCoDomicile"));
-    StateOfJurisdiction_ = yare_input_.StateOfJurisdiction;
-    PremiumTaxState_     = yare_input_.PremiumTaxState    ;
-
     database().query_into(DB_MaturityAge   , EndtAge);
     Length = EndtAge - IssueAge;
     LMI_ASSERT(database().length() == Length);



reply via email to

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