]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove unused arguments.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 28 Jun 2009 19:19:02 +0000 (19:19 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 28 Jun 2009 19:19:02 +0000 (19:19 +0000)
git-svn-id: https://svn.dealii.org/trunk@18984 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/geometry_info.cc

index c54747148a2d7c54b6955cc79f34b69c3dd28e20..6645e6fad31e6913ecb2e10dd3753b572ab7597d 100644 (file)
@@ -1614,8 +1614,8 @@ d_linear_shape_function_gradient (const Point<3> &xi,
 template <int dim>
 Tensor<1,dim>
 GeometryInfo<dim>::
-d_linear_shape_function_gradient (const Point<dim> &xi,
-                                 const unsigned int i)
+d_linear_shape_function_gradient (const Point<dim> &,
+                                 const unsigned int)
 {
   Assert (false, ExcNotImplemented());
   return Tensor<1,dim>();

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.