]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid a warning. 2867/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 26 Jul 2016 03:30:23 +0000 (21:30 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 26 Jul 2016 03:30:23 +0000 (21:30 -0600)
include/deal.II/dofs/dof_accessor.templates.h

index 88966fc6134562e0c66aa9460e305551905191c0..21f279c8a0b14d3d9c85f268f5446969ceb011e3 100644 (file)
@@ -2309,6 +2309,7 @@ get_mg_dof_indices (const int,
                     const unsigned int fe_index) const
 {
   (void) dof_indices;
+  (void) fe_index;
   Assert (this->dof_handler != 0, ExcInvalidObject ());
   Assert (dof_indices.size () ==
           this->dof_handler->get_fe ()[fe_index].dofs_per_vertex,

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.