From da6e5027fe9e562deb25899b91e016120711e007 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 14 Oct 2016 16:43:37 -0500 Subject: [PATCH] Fix several grammar mistakes in a comment. While there, also wrap it. --- source/fe/mapping_q_generic.cc | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/source/fe/mapping_q_generic.cc b/source/fe/mapping_q_generic.cc index 5de96793cc..154217f675 100644 --- a/source/fe/mapping_q_generic.cc +++ b/source/fe/mapping_q_generic.cc @@ -1918,14 +1918,12 @@ MappingQGeneric::requires_update_flags (const UpdateFlags in) cons | update_jacobian_pushed_forward_3rd_derivatives) ) out |= update_covariant_transformation; - // The contravariant transformation - // used in the Piola transformation, which - // requires the determinant of the - // Jacobi matrix of the transformation. - // Because we have no way of knowing here whether the finite - // elements wants to use the contravariant of the Piola - // transforms, we add the JxW values to the list of flags to be - // updated for each cell. + // The contravariant transformation is used in the Piola + // transformation, which requires the determinant of the Jacobi + // matrix of the transformation. Because we have no way of + // knowing here whether the finite element wants to use the + // contravariant or the Piola transforms, we add the JxW values + // to the list of flags to be updated for each cell. if (out & update_contravariant_transformation) out |= update_JxW_values; -- 2.39.5