[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [5653] Correct a misnomer noted 20130104T1731Z
From: |
Greg Chicares |
Subject: |
[lmi-commits] [5653] Correct a misnomer noted 20130104T1731Z |
Date: |
Wed, 09 Jan 2013 22:33:48 +0000 |
Revision: 5653
http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5653
Author: chicares
Date: 2013-01-09 22:33:47 +0000 (Wed, 09 Jan 2013)
Log Message:
-----------
Correct a misnomer noted 20130104T1731Z
Modified Paths:
--------------
lmi/trunk/ihs_avmly.cpp
lmi/trunk/oecumenic_enumerations.hpp
Modified: lmi/trunk/ihs_avmly.cpp
===================================================================
--- lmi/trunk/ihs_avmly.cpp 2013-01-09 14:02:32 UTC (rev 5652)
+++ lmi/trunk/ihs_avmly.cpp 2013-01-09 22:33:47 UTC (rev 5653)
@@ -1857,9 +1857,8 @@
{
switch(WaiverChargeMethod)
{
- case oe_waiver_times_naar:
+ case oe_waiver_times_specamt:
{
- // Misnomer: this actually uses specamt, not NAAR.
WpCharge = YearsWpRate * std::min(ActualSpecAmt, WpLimit);
DcvWpCharge = WpCharge;
}
Modified: lmi/trunk/oecumenic_enumerations.hpp
===================================================================
--- lmi/trunk/oecumenic_enumerations.hpp 2013-01-09 14:02:32 UTC (rev
5652)
+++ lmi/trunk/oecumenic_enumerations.hpp 2013-01-09 22:33:47 UTC (rev
5653)
@@ -98,7 +98,7 @@
enum oenum_waiver_charge_method
{oe_waiver_times_deductions
- ,oe_waiver_times_naar
+ ,oe_waiver_times_specamt
};
#endif // oecumenic_enumerations_hpp
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lmi-commits] [5653] Correct a misnomer noted 20130104T1731Z,
Greg Chicares <=