From 32baf93c83078a7f53d25798093a8b6cc93e4bf6 Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Thu, 27 Sep 2012 10:06:24 +0200
Subject: [PATCH] added typedef for first order Pyramid in Pyramid.h

---
 MeshLib/Elements/Pyramid.h | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 MeshLib/Elements/Pyramid.h

diff --git a/MeshLib/Elements/Pyramid.h b/MeshLib/Elements/Pyramid.h
new file mode 100644
index 00000000000..6d3a74363f3
--- /dev/null
+++ b/MeshLib/Elements/Pyramid.h
@@ -0,0 +1,23 @@
+/**
+ * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ *            Distributed under a Modified BSD License.
+ *              See accompanying file LICENSE.txt or
+ *              http://www.opengeosys.org/LICENSE.txt
+ *
+ * \file Pyramid.h
+ *
+ *  Created on  Sep 27, 2012 by Thomas Fischer
+ */
+
+#ifndef PYRAMID_H_
+#define PYRAMID_H_
+
+#include "TemplatePyramid.h"
+
+namespace MeshLib {
+
+typedef TemplatePyramid<1,5> Pyramid;
+
+}
+
+#endif /* PYRAMID_H_ */
-- 
GitLab