lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 32084a3 2/4: Remove a function that was incor


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 32084a3 2/4: Remove a function that was incorrect and unused
Date: Sat, 8 Jun 2019 12:15:26 -0400 (EDT)

branch: master
commit 32084a3c212f6af67b46cc925f4f5975db7024a9
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Remove a function that was incorrect and unused
    
    NSPs would reasonably be stored in an NSP file with an NSP key,
    but a corridor key was specified.
---
 basic_values.hpp | 1 -
 ihs_basicval.cpp | 8 --------
 2 files changed, 9 deletions(-)

diff --git a/basic_values.hpp b/basic_values.hpp
index 8d7572c..5bc9342 100644
--- a/basic_values.hpp
+++ b/basic_values.hpp
@@ -142,7 +142,6 @@ class LMI_SO BasicValues
     // consequence.
 
     std::vector<double> GetCvatCorridorFactors() const;
-    std::vector<double> GetIrc7702NspRates() const;
     std::vector<double> GetCurrCOIRates0()   const;
     std::vector<double> GetCurrCOIRates1()   const;
     std::vector<double> GetCurrCOIRates2()   const;
diff --git a/ihs_basicval.cpp b/ihs_basicval.cpp
index 0432690..f98286f 100644
--- a/ihs_basicval.cpp
+++ b/ihs_basicval.cpp
@@ -1864,14 +1864,6 @@ std::vector<double> 
BasicValues::GetCvatCorridorFactors() const
         );
 }
 
-std::vector<double> BasicValues::GetIrc7702NspRates() const
-{
-    return GetTable
-        (product().datum("Irc7702NspFilename")
-        ,DB_CorridorTable
-        );
-}
-
 // Only current (hence midpoint) COI and term rates are blended.
 
 std::vector<double> BasicValues::GetCurrCOIRates0() const



reply via email to

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