lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6188] Remove redundancy: (!AllowTerm) implies (!yare_inpu


From: Greg Chicares
Subject: [lmi-commits] [6188] Remove redundancy: (!AllowTerm) implies (!yare_input_.TermRider)
Date: Fri, 22 May 2015 20:30:25 +0000

Revision: 6188
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6188
Author:   chicares
Date:     2015-05-22 20:30:23 +0000 (Fri, 22 May 2015)
Log Message:
-----------
Remove redundancy: (!AllowTerm) implies (!yare_input_.TermRider)

Modified Paths:
--------------
    lmi/trunk/ihs_avmly.cpp

Modified: lmi/trunk/ihs_avmly.cpp
===================================================================
--- lmi/trunk/ihs_avmly.cpp     2015-05-03 16:39:34 UTC (rev 6187)
+++ lmi/trunk/ihs_avmly.cpp     2015-05-22 20:30:23 UTC (rev 6188)
@@ -772,7 +772,7 @@
                 }
             }
 
-        if(!AllowTerm || !yare_input_.TermRider || !TermRiderActive)
+        if(!yare_input_.TermRider || !TermRiderActive)
             {
             TermSpecAmt = 0.0;
             ProportionAppliedToTerm = 0.0;
@@ -1703,7 +1703,7 @@
         {
         return;
         }
-    if(!AllowTerm || !yare_input_.TermRider)
+    if(!yare_input_.TermRider)
         {
         TermRiderActive = false;
         return;




reply via email to

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