From 0e6b450dea2ae8f73a9908daa6bd3cde7b5bf6cd Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Mon, 23 Sep 2019 15:38:25 -0400 Subject: [PATCH] fix documentation in DerivativeApproximation --- include/deal.II/numerics/derivative_approximation.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/deal.II/numerics/derivative_approximation.h b/include/deal.II/numerics/derivative_approximation.h index b6d5493996..be3854dd8c 100644 --- a/include/deal.II/numerics/derivative_approximation.h +++ b/include/deal.II/numerics/derivative_approximation.h @@ -186,8 +186,7 @@ namespace DerivativeApproximation const unsigned int component = 0); /** - * Call the @p interpolate function, see above, with - * mapping=MappingQGeneric@(1). + * Call the function above with mapping=MappingQGeneric@(1). */ template class DoFHandlerType, @@ -228,8 +227,7 @@ namespace DerivativeApproximation const unsigned int component = 0); /** - * Call the @p interpolate function, see above, with - * mapping=MappingQGeneric@(1). + * Call the function above with mapping=MappingQGeneric@(1). */ template class DoFHandlerType, -- 2.39.5