From: maier Date: Mon, 20 May 2013 16:05:43 +0000 (+0000) Subject: Fixup two comments ;-) X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb1f01ed730f47da5f382e2a66fc050bacd3bbbf;p=dealii-svn.git Fixup two comments ;-) git-svn-id: https://svn.dealii.org/trunk@29526 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/dofs/dof_tools.cc b/deal.II/source/dofs/dof_tools.cc index ef49025893..ee4c85332a 100644 --- a/deal.II/source/dofs/dof_tools.cc +++ b/deal.II/source/dofs/dof_tools.cc @@ -2813,8 +2813,7 @@ namespace DoFTools static const int dim = FaceIterator::AccessorType::dimension; static const int spacedim = FaceIterator::AccessorType::space_dimension; - // we should be in the case were both faces are active - // and have no children: + // we should be in the case where face_1 is active, i.e. has no children: Assert (!face_1->has_children(), ExcInternalError()); @@ -2890,8 +2889,8 @@ namespace DoFTools for (unsigned int i = 0; i < dofs_per_face; ++i) { const unsigned int cell_index = fe.face_to_cell_index(i, 0, /* It doesn't really matter, just assume - * we're on the first face... - */ + * we're on the first face... + */ true, false, false // default orientation ); cell_to_rotated_face_index[cell_index] = i;