From a3d35f1c326ce89d4058126c3b53772eabb64d9b Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Fri, 31 Jan 2014 18:14:58 +0100
Subject: [PATCH] [Cleanup] Remove obsolete comment

---
 dune/tectonic/ellipticenergy.hh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dune/tectonic/ellipticenergy.hh b/dune/tectonic/ellipticenergy.hh
index 876df28c..c00776ce 100644
--- a/dune/tectonic/ellipticenergy.hh
+++ b/dune/tectonic/ellipticenergy.hh
@@ -28,8 +28,6 @@ template <size_t dim> class EllipticEnergy {
   LocalMatrix const &A;
   LocalVector const &b;
   std::shared_ptr<Nonlinearity const> const phi;
-  /* Dimension that should be ignored; goes from 0 to dim-1; the
-     special value dim means that no dimension should be ignored */
   typename Dune::BitSetVector<dim>::const_reference const ignore;
 
   void gradient(LocalVector const &x, LocalVector &y) const {
-- 
GitLab