From aef3c6ae80a61ebed0d6fd5c459ad70636798776 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Mon, 7 Apr 2014 19:02:54 +0000 Subject: [PATCH] Remove stray default arguments git-svn-id: https://svn.dealii.org/trunk@32726 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/numerics/derivative_approximation.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 &derivative, - const unsigned int component = 0) + const unsigned int component) { internal::approximate_cell::DerivDescr> (mapping, @@ -1098,7 +1098,7 @@ namespace DerivativeApproximation const InputVector &solution, const typename DH::active_cell_iterator &cell, Tensor &derivative, - const unsigned int component = 0) + const unsigned int component) { // just call the respective function with Q1 mapping approximate_derivative_tensor -- 2.39.5