From 480125c68473f290ab80020221200891ddd9c775 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Robert=20Kl=C3=B6fkorn?=
 <robertk@mathematik.uni-stuttgart.de>
Date: Mon, 11 Apr 2005 15:02:56 +0000
Subject: [PATCH] Added typedef of AdaptRestrictProlong Type.

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

diff --git a/src/alu3dgrid_serial.h b/src/alu3dgrid_serial.h
index f8435ddcc..da5ad3bbd 100644
--- a/src/alu3dgrid_serial.h
+++ b/src/alu3dgrid_serial.h
@@ -14,10 +14,13 @@ typedef enum {hexa,tetra} grid_t;
 struct GatherScatter;
 typedef GatherScatter GatherScatterType;
 
+
 #include "serial/key.h"
 #include "serial/serialize.h"
 #include "serial/gitter_sti.h"
 
+typedef Gitter::AdaptRestrictProlong AdaptRestrictProlongType;
+
 
 #ifndef _ALU3DGRID_PARALLEL_
 typedef Gitter::helement_STI  HElemType;    // Interface Element
-- 
GitLab