]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fixed compiler warning in dof_tools_constraints 1424/head
authorDenis Davydov <davydden@gmail.com>
Wed, 2 Sep 2015 20:58:54 +0000 (22:58 +0200)
committerDenis Davydov <davydden@gmail.com>
Wed, 2 Sep 2015 21:14:58 +0000 (23:14 +0200)
source/dofs/dof_tools_constraints.cc

index 54e815b16ac21e55f85a56d4c7b6ec1c21a93294..a07a13984de9c41f741ceb8053330aa1e2f4f2ab 100644 (file)
@@ -1034,7 +1034,7 @@ namespace DoFTools
 
       template <int dim, int spacedim>
       const dealii::hp::FECollection<dim,spacedim> *
-      get_fe_collection (const dealii::DoFHandler<dim,spacedim> &dof_handler)
+      get_fe_collection (const dealii::DoFHandler<dim,spacedim> &)
       {
         AssertThrow(false, ExcInternalError());
         return NULL;

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.