]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix warning introduced with the latest commit 825/head
authorMatthias Maier <tamiko@43-1.org>
Fri, 17 Apr 2015 14:46:20 +0000 (16:46 +0200)
committerMatthias Maier <tamiko@43-1.org>
Fri, 17 Apr 2015 14:46:20 +0000 (16:46 +0200)
source/fe/fe_q_hierarchical.cc

index 79f85a7a856b5e2a93354810dafa01d6f7f124a6..fa253d66ca62eac7f6a19d8118582acd87ba601d 100644 (file)
@@ -150,8 +150,8 @@ FE_Q_Hierarchical<dim>::interpolate(
 template <int dim>
 void
 FE_Q_Hierarchical<dim>::interpolate(
-  std::vector<double> &local_dofs,
-  const VectorSlice<const std::vector<std::vector<double> > > &values) const
+  std::vector<double> &,
+  const VectorSlice<const std::vector<std::vector<double> > > &) const
 {
   Assert (false, ExcNotImplemented());
 }

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.