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

renamed Pyramid.{h,hpp} to TemplatePyramid.{h,hpp}

parent 47899e62
No related branches found
No related tags found
No related merge requests found
...@@ -5,13 +5,13 @@ ...@@ -5,13 +5,13 @@
* http://www.opengeosys.org/project/license * http://www.opengeosys.org/project/license
* *
* *
* \file Pyramid.h * \file TemplatePyramid.h
* *
* Created on 2012-05-02 by Karsten Rink * Created on 2012-05-02 by Karsten Rink
*/ */
#ifndef PYRAMID_H_ #ifndef TEMPLATEPYRAMID_H_
#define PYRAMID_H_ #define TEMPLATEPYRAMID_H_
#include "Cell.h" #include "Cell.h"
...@@ -115,11 +115,9 @@ protected: ...@@ -115,11 +115,9 @@ protected:
}; /* class */ }; /* class */
typedef TemplatePyramid<1,5> Pyramid;
} /* namespace */ } /* namespace */
#include "Pyramid.hpp" #include "TemplatePyramid.hpp"
#endif /* PYRAMID_H_ */ #endif /* TEMPLATEPYRAMID_H_ */
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* http://www.opengeosys.org/project/license * http://www.opengeosys.org/project/license
* *
* *
* \file Pyramid.hpp * \file TemplatePyramid.hpp
* *
* Created on 2012-05-02 by Karsten Rink * Created on 2012-05-02 by Karsten Rink
*/ */
......
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