Skip to content
Snippets Groups Projects
Commit baaba1b7 authored by Timo Koch's avatar Timo Koch
Browse files

[cleanup][test] Remove unused variable

parent 88b49d90
No related branches found
No related tags found
1 merge request!983Remove ModelParameterGroup property
...@@ -119,8 +119,6 @@ int main (int argc, char *argv[]) try ...@@ -119,8 +119,6 @@ int main (int argc, char *argv[]) try
using Grid = Dune::ALUGrid<2, 2, Dune::cube, Dune::nonconforming>; using Grid = Dune::ALUGrid<2, 2, Dune::cube, Dune::nonconforming>;
constexpr int dim = Grid::dimension; constexpr int dim = Grid::dimension;
constexpr int dimworld = Grid::dimensionworld;
using FVGridGeometry = CCTpfaFVGridGeometry<typename Grid::LeafGridView, ENABLE_CACHING>; using FVGridGeometry = CCTpfaFVGridGeometry<typename Grid::LeafGridView, ENABLE_CACHING>;
using Element = typename FVGridGeometry::GridView::template Codim<0>::Entity; using Element = typename FVGridGeometry::GridView::template Codim<0>::Entity;
......
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