From: bangerth Date: Fri, 19 Jan 2007 20:29:14 +0000 (+0000) Subject: Fix a comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e377350fc619d3a9e9b9e6621da934b0f4c33bcb;p=dealii-svn.git Fix a comment. git-svn-id: https://svn.dealii.org/trunk@14351 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;