lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5358] Remove needless "Is material change" field


From: Greg Chicares
Subject: [lmi-commits] [5358] Remove needless "Is material change" field
Date: Fri, 13 Jan 2012 14:26:22 +0000

Revision: 5358
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5358
Author:   chicares
Date:     2012-01-13 14:26:21 +0000 (Fri, 13 Jan 2012)
Log Message:
-----------
Remove needless "Is material change" field

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

Modified: lmi/trunk/ihs_avdebug.cpp
===================================================================
--- lmi/trunk/ihs_avdebug.cpp   2012-01-11 19:26:29 UTC (rev 5357)
+++ lmi/trunk/ihs_avdebug.cpp   2012-01-13 14:26:21 UTC (rev 5358)
@@ -140,7 +140,6 @@
         ,e7702A7pp
         ,e7702ACumPmts
         ,e7702ACum7pp
-        ,e7702AIsMatChg
         ,e7702AIsMec
         ,eGSP
         ,eGLP
@@ -235,7 +234,6 @@
         v[e7702A7pp]            = "7702A 7pp";
         v[e7702ACumPmts]        = "7702A cum pmts";
         v[e7702ACum7pp]         = "7702A cum 7pp";
-        v[e7702AIsMatChg]       = "Is material change";
         v[e7702AIsMec]          = "Is MEC";
         v[eGSP]                 = "GSP";
         v[eGLP]                 = "GLP";
@@ -485,7 +483,6 @@
         SetMonthlyDetail(e7702A7pp           ,Irc7702A_->DebugGet7pp     ());
         SetMonthlyDetail(e7702ACumPmts       ,Irc7702A_->DebugGetCumPmts ());
         SetMonthlyDetail(e7702ACum7pp        ,Irc7702A_->DebugGetCum7pp  ());
-        SetMonthlyDetail(e7702AIsMatChg      ,Irc7702A_->DebugGetIsMatChg());
         }
     else
         {
@@ -501,7 +498,6 @@
         SetMonthlyDetail(e7702A7pp           ,not_applicable()             );
         SetMonthlyDetail(e7702ACumPmts       ,not_applicable()             );
         SetMonthlyDetail(e7702ACum7pp        ,not_applicable()             );
-        SetMonthlyDetail(e7702AIsMatChg      ,not_applicable()             );
         }
     SetMonthlyDetail(e7702AIsMec         ,InvariantValues().IsMec          );
 




reply via email to

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