From 107c368af7cbc2c8dffc3991456aaefb1c686ba7 Mon Sep 17 00:00:00 2001
From: Norihiro Watanabe <norihiro.watanabe@ufz.de>
Date: Thu, 6 Dec 2012 11:02:20 +0100
Subject: [PATCH] remove getMatEntry()

---
 MathLib/LinAlg/SystemOfLinearEquations/LisLinearSystem.h | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/MathLib/LinAlg/SystemOfLinearEquations/LisLinearSystem.h b/MathLib/LinAlg/SystemOfLinearEquations/LisLinearSystem.h
index e6493d8bc9d..221bd6bfd92 100644
--- a/MathLib/LinAlg/SystemOfLinearEquations/LisLinearSystem.h
+++ b/MathLib/LinAlg/SystemOfLinearEquations/LisLinearSystem.h
@@ -57,20 +57,12 @@ public:
      */
     virtual void setOption(const boost::property_tree::ptree &option);
 
-
     /// return the system dimension
     virtual std::size_t getDimension() const { return _dim; };
 
     /// reset this equation
     virtual void setZero();
 
-    /// get entry in A
-    virtual double getMatEntry(std::size_t rowId, std::size_t colId) const
-    {
-        //TODO
-        return .0;
-    }
-
     /// set entry in A
     virtual void setMatEntry(std::size_t rowId, std::size_t colId, double v)
     {
-- 
GitLab