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

added typedef for first order Triangle in Tri.h

parent 5e2cf763
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 Tri.h
*
* Created on Sep 27, 2012 by Thomas Fischer
*/
#ifndef TRI_H_
#define TRI_H_
#include "TemplateTri.h"
namespace MeshLib {
typedef TemplateTri<1,3> Tri;
}
#endif /* TRI_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