]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Merge r28726 from mainline.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 4 Mar 2013 16:35:06 +0000 (16:35 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 4 Mar 2013 16:35:06 +0000 (16:35 +0000)
git-svn-id: https://svn.dealii.org/branches/releases/Branch-7-3@28727 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/dofs/dof_handler_policy.cc

index 7de2d8a957d7af38f6a9e8ad16ac9c2513e5bc25..59708663cb2b94409ac4b3f5235dd59fe2eb8f80 100644 (file)
@@ -1649,11 +1649,11 @@ namespace internal
         template <int spacedim>
         void
         communicate_mg_dof_indices_on_marked_cells
-        (const DoFHandler<1,spacedim> &dof_handler,
-         const std::map<unsigned int, std::set<dealii::types::subdomain_id> > &vertices_with_ghost_neighbors,
-         const std::vector<unsigned int> &coarse_cell_to_p4est_tree_permutation,
-         const std::vector<unsigned int> &p4est_tree_to_coarse_cell_permutation,
-         const unsigned int level)
+        (const DoFHandler<1,spacedim> &,
+         const std::map<unsigned int, std::set<dealii::types::subdomain_id> > &,
+         const std::vector<unsigned int> &,
+         const std::vector<unsigned int> &,
+         const unsigned int)
         {
           Assert (false, ExcNotImplemented());
         }
@@ -1670,7 +1670,11 @@ namespace internal
          const unsigned int level)
         {
 #ifndef DEAL_II_USE_P4EST
+          (void)dof_handler;
           (void)vertices_with_ghost_neighbors;
+          (void)coarse_cell_to_p4est_tree_permutation;
+          (void)p4est_tree_to_coarse_cell_permutation;
+          (void)level;
           Assert (false, ExcNotImplemented());
 #else
 

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.