Commit a55d7e5c authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Removed another part of the forgotten test in Grid2D.h

parent 9802fd89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ class Grid< 2, Real, Device, Index > : public Object
   using EntityType = GridEntity< ThisType, EntityDimension, Config >;

   typedef EntityType< getMeshDimension(), GridEntityCrossStencilStorage< 1 > > Cell;
   typedef EntityType< getMeshDimension() - 1, GridEntityNoStencilStorage > Face;
   typedef EntityType< getMeshDimension() - 1 > Face;
   typedef EntityType< 0 > Vertex;

   Grid();