From 66990695548fa1a7de5abfb5a0c997bcc79349eb Mon Sep 17 00:00:00 2001
From: Markus Wolff <markus.wolff@twt-gmbh.de>
Date: Tue, 14 Feb 2012 15:29:44 +0000
Subject: [PATCH] changed class name according to file name

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7761 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 dumux/common/structuredcubegridcreator.hh    | 4 ++--
 dumux/common/structuredsimplexgridcreator.hh | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dumux/common/structuredcubegridcreator.hh b/dumux/common/structuredcubegridcreator.hh
index ba6077f92c..66ed265c06 100644
--- a/dumux/common/structuredcubegridcreator.hh
+++ b/dumux/common/structuredcubegridcreator.hh
@@ -57,7 +57,7 @@ NEW_PROP_TAG(Grid);
 
 
 template <class TypeTag>
-class CubeGridCreator
+class StructuredCubeGridCreator
 {
     typedef typename GET_PROP_TYPE(TypeTag, Scalar) Scalar;
     typedef typename GET_PROP_TYPE(TypeTag, Grid)  Grid;
@@ -118,7 +118,7 @@ protected:
 };
 
 template <class TypeTag>
-typename CubeGridCreator<TypeTag>::GridPointer CubeGridCreator<TypeTag>::cubeGrid_;
+typename StructuredCubeGridCreator<TypeTag>::GridPointer StructuredCubeGridCreator<TypeTag>::cubeGrid_;
 
 }
 
diff --git a/dumux/common/structuredsimplexgridcreator.hh b/dumux/common/structuredsimplexgridcreator.hh
index 5a0eadddf8..524c141ade 100644
--- a/dumux/common/structuredsimplexgridcreator.hh
+++ b/dumux/common/structuredsimplexgridcreator.hh
@@ -57,7 +57,7 @@ NEW_PROP_TAG(Grid);
 
 
 template <class TypeTag>
-class SimplexGridCreator
+class StructuredSimplexGridCreator
 {
     typedef typename GET_PROP_TYPE(TypeTag, Scalar) Scalar;
     typedef typename GET_PROP_TYPE(TypeTag, Grid)  Grid;
@@ -118,7 +118,7 @@ private:
 };
 
 template <class TypeTag>
-typename SimplexGridCreator<TypeTag>::GridPointer SimplexGridCreator<TypeTag>::simplexGrid_;
+typename StructuredSimplexGridCreator<TypeTag>::GridPointer StructuredSimplexGridCreator<TypeTag>::simplexGrid_;
 
 }
 
-- 
GitLab