From abc4adfdb4ca4dfcc624ac82f24cd67dc49139cb Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Fri, 22 Jun 2018 19:11:24 +0200 Subject: [PATCH] Fix up error text --- .../numerics/derivative_approximation.h | 21 ++++++++++--------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/include/deal.II/numerics/derivative_approximation.h b/include/deal.II/numerics/derivative_approximation.h index 3cddf60d86..b6d5493996 100644 --- a/include/deal.II/numerics/derivative_approximation.h +++ b/include/deal.II/numerics/derivative_approximation.h @@ -70,16 +70,17 @@ DEAL_II_NAMESPACE_OPEN * error similar to this one: * @code * -------------------------------------------------------- - * An error occurred in line <749> of file - * in function void - * DerivativeApproximation::approximate(const Mapping&, const - * DoFHandlerType&, const InputVector&, unsigned int, const - * std::pair&, Vector&) [with - * DerivativeDescription = DerivativeApproximation::Gradient<3>, int dim = 3, - * DoFHandlerType = DoFHandler, InputVector = Vector] - * The violated condition was: determinant(Y) != 0 - * The name and call sequence of the exception was: ExcInsufficientDirections() - * Additional Information: (none) + * An error occurred in line <749> + * of file in function + * void DerivativeApproximation::approximate(...) + * [with DerivativeDescription = DerivativeApproximation::Gradient<3>, int + * dim = 3, DoFHandlerType = DoFHandler, InputVector = Vector] + * The violated condition was: + * determinant(Y) != 0 + * The name and call sequence of the exception was: + * ExcInsufficientDirections() + * Additional Information: + * (none) * -------------------------------------------------------- * @endcode * As can easily be verified, this can only happen on very coarse grids, when -- 2.39.5