From e377350fc619d3a9e9b9e6621da934b0f4c33bcb Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 19 Jan 2007 20:29:14 +0000 Subject: [PATCH] Fix a comment. git-svn-id: https://svn.dealii.org/trunk@14351 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe.h b/deal.II/deal.II/include/fe/fe.h index 25a3752841..e3cf286baa 100644 --- a/deal.II/deal.II/include/fe/fe.h +++ b/deal.II/deal.II/include/fe/fe.h @@ -1201,11 +1201,11 @@ class FiniteElement : public Subscriptor, * faces (quads) have to be permuted in * order to be combined with the correct * shape functions. Given a local dof @p - * index on a quad, return the local index, - * if the face has non-standard - * face_orientation. In 2D and 1D there is - * no need for permutation so the identity - * is returned. + * index on a quad, return the local + * index, if the face has non-standard + * face_orientation. In 2D and 1D there + * is no need for permutation and + * consequently, and exception is thrown. */ unsigned int adjust_quad_dof_index_for_face_orientation (const unsigned int index) const; -- 2.39.5