From b80760eb9f904a64b17f9e2cd1b4f15fd56441f8 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 26 Sep 2011 19:29:29 +0000 Subject: [PATCH] Remove name of unused function argument. git-svn-id: https://svn.dealii.org/trunk@24439 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/grid/tria_boundary.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/source/grid/tria_boundary.cc b/deal.II/source/grid/tria_boundary.cc index cddfc4097d..02617daa4e 100644 --- a/deal.II/source/grid/tria_boundary.cc +++ b/deal.II/source/grid/tria_boundary.cc @@ -527,7 +527,7 @@ namespace internal Tensor<1,3> - normalized_alternating_product (const Tensor<1,3> (&basis_vectors)[1]) + normalized_alternating_product (const Tensor<1,3> (&)[1]) { // we get here from StraightBoundary<2,3>::normal_vector, but // the implementation below is bogus for this case anyway -- 2.39.5