From 421bad46e8632b2f514b770d921cb65d38abc1b9 Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Thu, 27 Sep 2012 09:26:54 +0200
Subject: [PATCH] renamed Quad.h to TemplateQuad.h and Quad.hpp to
 TemplateQuad.hpp

---
 MeshLib/Elements/{Quad.h => TemplateQuad.h}     | 10 ++++------
 MeshLib/Elements/{Quad.hpp => TemplateQuad.hpp} |  0
 2 files changed, 4 insertions(+), 6 deletions(-)
 rename MeshLib/Elements/{Quad.h => TemplateQuad.h} (96%)
 rename MeshLib/Elements/{Quad.hpp => TemplateQuad.hpp} (100%)

diff --git a/MeshLib/Elements/Quad.h b/MeshLib/Elements/TemplateQuad.h
similarity index 96%
rename from MeshLib/Elements/Quad.h
rename to MeshLib/Elements/TemplateQuad.h
index fbc6d04a35b..2dcae2b4612 100644
--- a/MeshLib/Elements/Quad.h
+++ b/MeshLib/Elements/TemplateQuad.h
@@ -10,8 +10,8 @@
  * Created on 2012-05-02 by Karsten Rink
  */
 
-#ifndef QUAD_H_
-#define QUAD_H_
+#ifndef TEMPLATEQUAD_H_
+#define TEMPLATEQUAD_H_
 
 #include "Face.h"
 
@@ -107,11 +107,9 @@ const unsigned TemplateQuad<ORDER,NNODES>::_edge_nodes[4][2] =
 	{0, 3}  // Edge 3
 };
 
-typedef TemplateQuad<1,4> Quad;
-
 } /* namespace */
 
-#include "Quad.hpp"
+#include "TemplateQuad.hpp"
 
-#endif /* QUAD_H_ */
+#endif /* TEMPLATEQUAD_H_ */
 
diff --git a/MeshLib/Elements/Quad.hpp b/MeshLib/Elements/TemplateQuad.hpp
similarity index 100%
rename from MeshLib/Elements/Quad.hpp
rename to MeshLib/Elements/TemplateQuad.hpp
-- 
GitLab