]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
A different fix to suppress warnings about unused function arguments.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 7 Mar 2013 13:57:38 +0000 (13:57 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 7 Mar 2013 13:57:38 +0000 (13:57 +0000)
git-svn-id: https://svn.dealii.org/trunk@28789 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/dofs/dof_handler_policy.cc

index 5272fba1d7916911d8607ca50e349241d0553319..fe7cd14a99ac3a2c033910471b13fa0c1d832382 100644 (file)
@@ -838,19 +838,13 @@ namespace internal
         template <int spacedim>
         static
         void
-        renumber_mg_dofs (const std::vector<unsigned int> &new_numbers,
-                          const IndexSet                  &indices,
-                          DoFHandler<3,spacedim>          &dof_handler,
-                          const unsigned int               level,
-                          const bool                       check_validity)
+        renumber_mg_dofs (const std::vector<unsigned int> &,
+                          const IndexSet                  &,
+                          DoFHandler<3,spacedim>          &,
+                          const unsigned int               ,
+                          const bool                       )
         {
-          // TODO 
-         (void) new_numbers;
-         (void) indices;
-         (void) dof_handler;
-         (void) level;
-         (void) check_validity;
-
+          // TODO
           AssertThrow(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.