From: kronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Mon, 7 Apr 2014 19:02:54 +0000 (+0000)
Subject: Remove stray default arguments
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae3cef4f51be9c84a9d757e4d71627a2ad94937d;p=dealii-svn.git

Remove stray default arguments

git-svn-id: https://svn.dealii.org/trunk@32726 0785d39b-7218-0410-832d-ea1e28bc413d
---

diff --git a/deal.II/source/numerics/derivative_approximation.cc b/deal.II/source/numerics/derivative_approximation.cc
index 65e9d3a10a..28ad54572b 100644
--- a/deal.II/source/numerics/derivative_approximation.cc
+++ b/deal.II/source/numerics/derivative_approximation.cc
@@ -1079,7 +1079,7 @@ namespace DerivativeApproximation
                                  const InputVector                            &solution,
                                  const typename DH::active_cell_iterator      &cell,
                                  Tensor<order,DH::dimension>                  &derivative,
-                                 const unsigned int                            component = 0)
+                                 const unsigned int                            component)
   {
       internal::approximate_cell<typename internal::DerivativeSelector<order,DH::dimension>::DerivDescr>
       (mapping,
@@ -1098,7 +1098,7 @@ namespace DerivativeApproximation
                                  const InputVector                            &solution,
                                  const typename DH::active_cell_iterator      &cell,
                                  Tensor<order,DH::dimension>                  &derivative,
-                                 const unsigned int                            component = 0)
+                                 const unsigned int                            component)
   {
       // just call the respective function with Q1 mapping
       approximate_derivative_tensor<DH,InputVector,order>