From 01af46a4d994ea82ab9275573a8a19dd6eda7bbf Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Thu, 27 Sep 2012 09:52:01 +0200
Subject: [PATCH] renamed Hex.h to TemplateHex.h and Hex.hpp to TemplateHex.hpp

---
 MeshLib/Elements/{Hex.h => TemplateHex.h}     | 12 +++++-------
 MeshLib/Elements/{Hex.hpp => TemplateHex.hpp} |  4 +---
 2 files changed, 6 insertions(+), 10 deletions(-)
 rename MeshLib/Elements/{Hex.h => TemplateHex.h} (95%)
 rename MeshLib/Elements/{Hex.hpp => TemplateHex.hpp} (99%)

diff --git a/MeshLib/Elements/Hex.h b/MeshLib/Elements/TemplateHex.h
similarity index 95%
rename from MeshLib/Elements/Hex.h
rename to MeshLib/Elements/TemplateHex.h
index 8bd27c41496..8b40b39226d 100644
--- a/MeshLib/Elements/Hex.h
+++ b/MeshLib/Elements/TemplateHex.h
@@ -5,13 +5,13 @@
  *              http://www.opengeosys.org/project/license
  *
  *
- * \file Hex.h
+ * \file TemplateHex.h
  *
  * Created on 2012-05-02 by Karsten Rink
  */
 
-#ifndef HEX_H_
-#define HEX_H_
+#ifndef TEMPLATEHEX_H_
+#define TEMPLATEHEX_H_
 
 #include "Cell.h"
 
@@ -112,11 +112,9 @@ protected:
 
 }; /* class */
 
-typedef TemplateHex<1,8> Hex;
-
 } /* namespace */
 
-#include "Hex.hpp"
+#include "TemplateHex.hpp"
 
-#endif /* HEX_H_ */
+#endif /* TEMPLATEHEX_H_ */
 
diff --git a/MeshLib/Elements/Hex.hpp b/MeshLib/Elements/TemplateHex.hpp
similarity index 99%
rename from MeshLib/Elements/Hex.hpp
rename to MeshLib/Elements/TemplateHex.hpp
index b0bae99689e..92e1a821868 100644
--- a/MeshLib/Elements/Hex.hpp
+++ b/MeshLib/Elements/TemplateHex.hpp
@@ -5,19 +5,17 @@
  *              http://www.opengeosys.org/project/license
  *
  *
- * \file Hex.cpp
+ * \file TemplateHex.hpp
  *
  * Created on 2012-05-02 by Karsten Rink
  */
 
-#include "Hex.h"
 #include "Node.h"
 #include "Quad.h"
 #include "Prism.h"
 
 #include "MathTools.h"
 
-
 namespace MeshLib {
 
 template <unsigned ORDER, unsigned NNODES>
-- 
GitLab