From a32af49aa5abf7fb1f8a54c28f69a9fad0f164ec Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 10 Aug 2006 21:03:11 +0000 Subject: [PATCH] Typo fix. Reindent git-svn-id: https://svn.dealii.org/trunk@13645 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe.h | 38 ++++++++++++++++----------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe.h b/deal.II/deal.II/include/fe/fe.h index 86bd91386a..bb17b40d27 100644 --- a/deal.II/deal.II/include/fe/fe.h +++ b/deal.II/deal.II/include/fe/fe.h @@ -891,26 +891,26 @@ class FiniteElement : public Subscriptor, * method and the @p get_subface_interpolation_matrix * method will generate an error or not. * - * Currently the main purpose - * of this function is to - * allow the make_hanging_node_constraints - * method to decide wheter the - * new procedures, which are supposed - * to work in the hp framework - * can be used, or if the old + * Currently the main purpose of this + * function is to allow the + * make_hanging_node_constraints method + * to decide whether the new procedures, + * which are supposed to work in the hp + * framework can be used, or if the old * well verified but not hp capable - * functions should be used. - * Once, the transition to the new - * scheme for computing the - * interface constraints is completed, - * this function will probably mostly - * superfluous. - * - * Derived classes should implement - * this function accordingly. The - * default assumption is that a - * finite element does not provide - * hp capable face interpolation. + * functions should be used. Once the + * transition to the new scheme for + * computing the interface constraints is + * complete, this function will be + * superfluous and will probably go away. + * + * Derived classes should implement this + * function accordingly. The default + * assumption is that a finite element + * does not provide hp capable face + * interpolation, and the default + * implementation therefore returns @p + * false. */ virtual bool hp_constraints_are_implemented () const; -- 2.39.5