From: Wolfgang Bangerth Date: Mon, 26 Sep 2011 19:29:29 +0000 (+0000) Subject: Remove name of unused function argument. X-Git-Tag: v8.0.0~3373 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b606dd2f80e70e10b7cf5d7da9d0e682c6190c2;p=dealii.git Remove name of unused function argument. git-svn-id: https://svn.dealii.org/trunk@24439 0785d39b-7218-0410-832d-ea1e28bc413d --- 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