From f1b41558410c84a433b978d0a483699e5267dba9 Mon Sep 17 00:00:00 2001
From: Christoph Grueninger <christoph.grueninger@iws.uni-stuttgart.de>
Date: Mon, 19 Jan 2015 09:47:59 +0000
Subject: [PATCH] [cleanup] Remove unused typedef.

(reviewed by fetzer)


git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14080 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 dumux/linear/amgparallelhelpers.hh | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dumux/linear/amgparallelhelpers.hh b/dumux/linear/amgparallelhelpers.hh
index 1e8b182228..6c41c10910 100644
--- a/dumux/linear/amgparallelhelpers.hh
+++ b/dumux/linear/amgparallelhelpers.hh
@@ -999,7 +999,6 @@ void ParallelISTLHelper<TypeTag>::createIndexSetAndProjectForAMG(M& m, C& c)
     //std::cout<<gv.comm().rank()<<": "<<c.indexSet()<<std::endl;
 
     // Compute neighbours using communication
-    typedef NeighbourGatherScatter NeighbourGS;
     std::set<int> neighbours;
     NeighbourGatherScatter ngs(problem_, gridview.comm().rank(),
                                neighbours);
@@ -1014,7 +1013,7 @@ void ParallelISTLHelper<TypeTag>::createIndexSetAndProjectForAMG(M& m, C& c)
     //std::cout<<c.remoteIndices()<<std::endl;
 
 }
-#endif
+#endif // HAVE_MPI
 } // end namespace Dumux
 
-#endif
+#endif // DUMUX_AMGPARALLELHELPERS_HH
-- 
GitLab