]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove stray default arguments
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Mon, 7 Apr 2014 19:02:54 +0000 (19:02 +0000)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Mon, 7 Apr 2014 19:02:54 +0000 (19:02 +0000)
git-svn-id: https://svn.dealii.org/trunk@32726 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/numerics/derivative_approximation.cc

index 65e9d3a10a7c9900806f15035afd662d34022605..28ad54572bc74dcc5072fb649bc2b58ff59896a7 100644 (file)
@@ -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>

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.