lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 54b2686 5/8: Reformat


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 54b2686 5/8: Reformat
Date: Thu, 27 May 2021 17:44:27 -0400 (EDT)

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

    Reformat
    
    In this century at least, it seems unnecessary to separate function
    definitions with distinctive marker lines.
---
 ihs_avsolve.cpp | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/ihs_avsolve.cpp b/ihs_avsolve.cpp
index 17347c0..693ed2e 100644
--- a/ihs_avsolve.cpp
+++ b/ihs_avsolve.cpp
@@ -270,7 +270,6 @@ currency AccountValue::SolveTest
     return value - SolveTargetCsv_;
 }
 
-//============================================================================
 void AccountValue::SolveSetSpecAmt(currency a_CandidateValue)
 {
 // TODO ?? Does this change the surrchg when specamt changes?
@@ -281,31 +280,26 @@ void AccountValue::SolveSetSpecAmt(currency 
a_CandidateValue)
         );
 }
 
-//============================================================================
 void AccountValue::SolveSetEePrem(currency a_CandidateValue)
 {
     Outlay_->set_ee_modal_premiums(a_CandidateValue, SolveBeginYear_, 
SolveEndYear_);
 }
 
-//============================================================================
 void AccountValue::SolveSetErPrem(currency a_CandidateValue)
 {
     Outlay_->set_er_modal_premiums(a_CandidateValue, SolveBeginYear_, 
SolveEndYear_);
 }
 
-//============================================================================
 void AccountValue::SolveSetLoan(currency a_CandidateValue)
 {
     Outlay_->set_new_cash_loans(a_CandidateValue, SolveBeginYear_, 
SolveEndYear_);
 }
 
-//============================================================================
 void AccountValue::SolveSetWD(currency a_CandidateValue)
 {
     Outlay_->set_withdrawals(a_CandidateValue, SolveBeginYear_, SolveEndYear_);
 }
 
-//============================================================================
 currency AccountValue::SolveGuarPremium()
 {
     // Store original er premiums for later restoration.
@@ -337,7 +331,6 @@ currency AccountValue::SolveGuarPremium()
     return guar_premium;
 }
 
-//============================================================================
 currency AccountValue::Solve
     (mcenum_solve_type   a_SolveType
     ,int                 a_SolveBeginYear



reply via email to

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