From 78025a9f6bbaef8e69724bddbade200ae9ac335b Mon Sep 17 00:00:00 2001
From: Timo Koch <timo.koch@iws.uni-stuttgart.de>
Date: Sat, 30 Dec 2017 20:15:11 +0100
Subject: [PATCH] [pointsource] Remove unused alias

---
 dumux/common/pointsource.hh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dumux/common/pointsource.hh b/dumux/common/pointsource.hh
index 4fdbfcbc4e..e320cb1382 100644
--- a/dumux/common/pointsource.hh
+++ b/dumux/common/pointsource.hh
@@ -276,7 +276,6 @@ class BoundingBoxTreePointSourceHelper
 {
     using GridView = typename GET_PROP_TYPE(TypeTag, GridView);
     using FVGridGeometry = typename GET_PROP_TYPE(TypeTag, FVGridGeometry);
-    using FVElementGeometry = typename GET_PROP_TYPE(TypeTag, FVElementGeometry);
     using PointSource = typename GET_PROP_TYPE(TypeTag, PointSource);
 
     static constexpr int dim = GridView::dimension;
-- 
GitLab