From 1c94f29ee3cf8dc923188b4bcceddc977abac779 Mon Sep 17 00:00:00 2001
From: Thomas Witkowski <thomas.witkowski@gmx.de>
Date: Mon, 22 Mar 2010 07:44:51 +0000
Subject: [PATCH] Small bugfix, thanks to Simon.

---
 AMDiS/src/ElementRegion_ED.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/AMDiS/src/ElementRegion_ED.h b/AMDiS/src/ElementRegion_ED.h
index b6ad52fe..a9fa95b2 100644
--- a/AMDiS/src/ElementRegion_ED.h
+++ b/AMDiS/src/ElementRegion_ED.h
@@ -82,7 +82,7 @@ namespace AMDiS {
 
     inline std::string getTypeName() const 
     { 
-      return "ElementRegionED"; 
+      return "ElementRegion_ED"; 
     }
 
     inline const int getTypeID() const 
-- 
GitLab