From: Wolfgang Bangerth Date: Thu, 25 Jul 2019 15:16:55 +0000 (-0600) Subject: Remove a comment fragment. X-Git-Tag: v9.2.0-rc1~1353^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8414%2Fhead;p=dealii.git Remove a comment fragment. --- diff --git a/source/fe/fe_poly_tensor.cc b/source/fe/fe_poly_tensor.cc index 6e2f842c54..1a9cc43a18 100644 --- a/source/fe/fe_poly_tensor.cc +++ b/source/fe/fe_poly_tensor.cc @@ -86,8 +86,6 @@ namespace internal for (unsigned int j = 0; j < fe.dofs_per_face; ++j) { const unsigned int cell_j = fe.face_to_cell_index(j, f); - // something in FiniteElement or FiniteElementData base - // classes Assert(f * fe.dofs_per_face + j < face_sign.size(), ExcInternalError());