Skip to content
Snippets Groups Projects
Commit 7bda89a5 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Removed forgotten tests from Grid2D.h

parent c71543f8
No related branches found
No related tags found
No related merge requests found
......@@ -41,21 +41,13 @@ class Grid< 2, Real, Device, Index > : public Object
static constexpr int getMeshDimension() { return 2; };
template< int EntityDimension,
typename Config = GridEntityNoStencilStorage >//CrossStencilStorage< 1 > >
typename Config = GridEntityCrossStencilStorage< 1 > >
using EntityType = GridEntity< ThisType, EntityDimension, Config >;
typedef EntityType< getMeshDimension(), GridEntityCrossStencilStorage< 1 > > Cell;
typedef EntityType< getMeshDimension() - 1, GridEntityNoStencilStorage > Face;
typedef EntityType< 0 > Vertex;
// TODO: remove this
//template< int EntityDimension,
// typename Config = GridEntityNoStencilStorage >//CrossStencilStorage< 1 > >
//using TestEntityType = tnlTestGridEntity< ThisType, EntityDimension, Config >;
//typedef TestEntityType< getMeshDimension(), GridEntityCrossStencilStorage< 1 > > TestCell;
/////
Grid();
static String getType();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment