From 473cb136b78c378fd90b655ead220f9f6947eaaa Mon Sep 17 00:00:00 2001 From: tcclevenger Date: Thu, 5 Oct 2017 21:36:11 -0400 Subject: [PATCH] remove unused variable --- include/deal.II/meshworker/mesh_loop.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/deal.II/meshworker/mesh_loop.h b/include/deal.II/meshworker/mesh_loop.h index f7094bd87d..d3711e0b22 100644 --- a/include/deal.II/meshworker/mesh_loop.h +++ b/include/deal.II/meshworker/mesh_loop.h @@ -236,8 +236,6 @@ namespace MeshWorker = periodic_neighbor? cell->periodic_neighbor_of_coarser_periodic_neighbor(face_no): cell->neighbor_of_coarser_neighbor(face_no); - const typename CellIteratorType::AccessorType::Container::face_iterator nface - = neighbor->face(neighbor_face_no.first); face_worker(cell, face_no, numbers::invalid_unsigned_int, neighbor, neighbor_face_no.first, neighbor_face_no.second, -- 2.39.5