Skip to content
Snippets Groups Projects
Commit 03d40534 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Implementing the mesh intializer.

parent bf5151b3
No related branches found
No related tags found
No related merge requests found
......@@ -203,13 +203,13 @@ template< typename ConfigTag >
class tnlMeshEntityInitializer< ConfigTag, tnlMeshVertexTag >
: public tnlMeshSuperentityInitializerLayer< ConfigTag,
tnlMeshVertexTag,
typename tnlMeshTag< ConfigTag >::DimensionsTraits >
typename tnlMeshTraits< ConfigTag >::DimensionsTraits >
{
typedef tnlDimensionsTraits< 0 > DimensionsTraits;
typedef tnlMeshSuperentityInitializerLayer< ConfigTag,
tnlMeshVertexTag,
typename tnlMeshTag< ConfigTag >::DimensionsTraits > SuperentityBaseType;
typename tnlMeshTraits< ConfigTag >::DimensionsTraits > SuperentityBaseType;
typedef typename tnlMeshEntitiesTraits< ConfigTag, DimensionsTraits >::Type EntityType;
typedef typename tnlMeshEntitiesTraits< ConfigTag, DimensionsTraits >::ContainerType::IndexType GlobalIndexType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment