Skip to content
Snippets Groups Projects
Commit 32baf93c authored by Tom Fischer's avatar Tom Fischer
Browse files

added typedef for first order Pyramid in Pyramid.h

parent d81f3bf9
No related branches found
No related tags found
No related merge requests found
/**
* 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_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment