Commit 26a2fd6f authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Changed default type for LocalIndex to short int

parent 2a13c0dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ template< typename Cell,
          int WorldDimension = Cell::dimension,
          typename Real = double,
          typename GlobalIndex = int,
          typename LocalIndex = GlobalIndex >
          typename LocalIndex = short int >
struct DefaultConfig
{
   using CellTopology = Cell;