Skip to content
Snippets Groups Projects
Commit ac472387 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Remove obsolete variable

parent fe1509ba
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,6 @@ void setup_boundary(GridView const &gridView, ...@@ -72,7 +72,6 @@ void setup_boundary(GridView const &gridView,
size_t frictional_nodes = 0; size_t frictional_nodes = 0;
for (VertexLeafIterator it = gridView.template begin<dim>(); for (VertexLeafIterator it = gridView.template begin<dim>();
it != gridView.template end<dim>(); ++it) { it != gridView.template end<dim>(); ++it) {
Dune::GeometryType const gt = it->type();
assert(it->geometry().corners() == 1); assert(it->geometry().corners() == 1);
Dune::FieldVector<double, dim> const coordinates = it->geometry().corner(0); Dune::FieldVector<double, dim> const coordinates = it->geometry().corner(0);
if (coordinates[1] == end_points[0]) { if (coordinates[1] == end_points[0]) {
......
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