]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix warning about an unused variable in dof_handler_policy.cc 10517/head
authorDaniel Arndt <arndtd@ornl.gov>
Thu, 11 Jun 2020 22:13:22 +0000 (18:13 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Thu, 11 Jun 2020 22:13:22 +0000 (18:13 -0400)
source/dofs/dof_handler_policy.cc

index bfe0acc7ee7144318b734fbb3f3357398f537d36..fb7fb4ff66aac10269b971f5e0064c7d1aa3cbd3 100644 (file)
@@ -3577,6 +3577,7 @@ namespace internal
             DistributedTriangulationBase<dim, spacedim> &tria,
           DoFHandlerType &                               dof_handler)
         {
+          (void)tria;
           const auto pack = [&](const auto &cell) {
             // why would somebody request a cell that is not ours?
             Assert(cell->level_subdomain_id() == tria.locally_owned_subdomain(),

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.