lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5331] Fix defect introduced 20050114T1947Z


From: Greg Chicares
Subject: [lmi-commits] [5331] Fix defect introduced 20050114T1947Z
Date: Wed, 07 Dec 2011 12:59:12 +0000

Revision: 5331
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5331
Author:   chicares
Date:     2011-12-07 12:59:11 +0000 (Wed, 07 Dec 2011)
Log Message:
-----------
Fix defect introduced 20050114T1947Z

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

Modified: lmi/trunk/ihs_basicval.cpp
===================================================================
--- lmi/trunk/ihs_basicval.cpp  2011-12-07 00:59:28 UTC (rev 5330)
+++ lmi/trunk/ihs_basicval.cpp  2011-12-07 12:59:11 UTC (rev 5331)
@@ -1191,7 +1191,7 @@
         // result as the seven-pay premium type.
         double annualized_pmt = a_ee_mode * a_ee_pmt + a_er_mode * a_er_pmt;
         return round_min_specamt()
-            (annualized_pmt / GetModalPremTgtFromTable(0, a_ee_mode, 1)
+            (annualized_pmt / GetModalPremTgtFromTable(0, mce_annual, 1)
             );
         }
     else




reply via email to

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