From: Daniel Arndt Date: Fri, 22 Jun 2018 17:11:24 +0000 (+0200) Subject: Fix up error text X-Git-Tag: v9.1.0-rc1~947^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abc4adfdb4ca4dfcc624ac82f24cd67dc49139cb;p=dealii.git Fix up error text --- 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