]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix up error text 6819/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Fri, 22 Jun 2018 17:11:24 +0000 (19:11 +0200)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Tue, 3 Jul 2018 22:39:17 +0000 (00:39 +0200)
include/deal.II/numerics/derivative_approximation.h

index 3cddf60d86cf1198200a43e18aa804a1a21525f1..b6d54939967793da2eb34b29dff861b753762821 100644 (file)
@@ -70,16 +70,17 @@ DEAL_II_NAMESPACE_OPEN
  * error similar to this one:
  * @code
  * --------------------------------------------------------
- * An error occurred in line <749> of file
- * <source/numerics/derivative_approximation.cc> in function void
- * DerivativeApproximation::approximate(const Mapping<dim,spacedim>&, const
- * DoFHandlerType<dim,spacedim>&, const InputVector&, unsigned int, const
- *  std::pair<unsigned int, unsigned int>&, Vector<float>&) [with
- * DerivativeDescription = DerivativeApproximation::Gradient<3>, int dim = 3,
- * DoFHandlerType = DoFHandler, InputVector = Vector<double>]
- * 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 <source/numerics/derivative_approximation.cc> in function
+ *     void DerivativeApproximation::approximate(...)
+ * [with DerivativeDescription = DerivativeApproximation::Gradient<3>, int
+ * dim = 3, DoFHandlerType = DoFHandler, InputVector = Vector<double>]
+ * 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

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.