From e20997bfd56e7d19ff9db5c44d9ca9feb89b64fc Mon Sep 17 00:00:00 2001
From: Jonathan Youett <youett@math.fu-berlin.de>
Date: Thu, 2 Aug 2018 11:36:51 +0200
Subject: [PATCH] Undeprecate file for now, there is no alternative at the
 moment

---
 dune/fufem/surfmassmatrix.hh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dune/fufem/surfmassmatrix.hh b/dune/fufem/surfmassmatrix.hh
index cba364cf..c0f2fbf5 100644
--- a/dune/fufem/surfmassmatrix.hh
+++ b/dune/fufem/surfmassmatrix.hh
@@ -1,10 +1,12 @@
 #ifndef SURFACE_MASSMATRIX_HH
 #define SURFACE_MASSMATRIX_HH
 
-#warning This file is deprecated!  Use dune/fufem/assemblers/boundaryoperatorassembler.hh instead!
+//#warning This file is deprecated!  Use dune/fufem/assemblers/boundaryoperatorassembler.hh instead!
 
 /** \file
     \brief Contains a method which assembles the FE mass matrix of a boundary patch of a grid.
+           In contrast to the boundaryoperatorassembler, this method is using local boundary indices to set
+           up the mass matrix.
 */
 
 #include <dune/geometry/quadraturerules.hh>
-- 
GitLab