From ad40bd51c6d133fa82e9cc42b937901e42919fcb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Robert=20Kl=C3=B6fkorn?=
 <robertk@mathematik.uni-stuttgart.de>
Date: Fri, 18 Mar 2005 20:08:43 +0000
Subject: [PATCH] some typedefs added.

git-svn-id: https://dune.mathematik.uni-freiburg.de/svn/alugrid/trunk@120 0d966ed9-3843-0410-af09-ebfb50bd7c74
---
 src/gitter_dune_pll_impl.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/gitter_dune_pll_impl.h b/src/gitter_dune_pll_impl.h
index a4ac2ac24..091a9484b 100644
--- a/src/gitter_dune_pll_impl.h
+++ b/src/gitter_dune_pll_impl.h
@@ -20,6 +20,9 @@ protected:
   bool balanceGrid_;
 
 public:
+  typedef Gitter :: Geometric Geometric;
+  typedef GitterDuneImpl :: Objects  Objects;
+  
   GitterDunePll (const char * filename , MpAccessLocal &mp) 
     : GitterBasisPll (filename,mp) , balanceGrid_ (false) 
   {
-- 
GitLab