]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid warning about unused argument.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 8 Oct 2012 11:52:33 +0000 (11:52 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 8 Oct 2012 11:52:33 +0000 (11:52 +0000)
git-svn-id: https://svn.dealii.org/trunk@27000 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/dofs/dof_levels.h

index e35c38aa05ae0ef1405494085e3719e40ba1ad50..d7fd5d878538f5b347dbb3076471cb9f18ed7947 100644 (file)
@@ -101,8 +101,8 @@ namespace internal
         void serialize(Archive & ar,
                        const unsigned int version);
     };
-    
-    
+
+
     template <int dim>
     inline
     std::size_t
@@ -112,13 +112,13 @@ namespace internal
               MemoryConsumption::memory_consumption (dof_object));
     }
 
-    
+
     template <int dim>
     template <class Archive>
     inline
     void
     DoFLevel<dim>::serialize (Archive &ar,
-                             const unsigned int version)
+                             const unsigned int)
     {
       ar & cell_dof_indices_cache;
       ar & dof_object;

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.