From 341a4e3b3b359c333ce72e52281e7adde20173c3 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 15 Dec 2010 14:14:07 +0000 Subject: [PATCH] Fix typos. git-svn-id: https://svn.dealii.org/trunk@22963 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/fe/fe_update_flags.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deal.II/include/deal.II/fe/fe_update_flags.h b/deal.II/include/deal.II/fe/fe_update_flags.h index e292ac9795..d7a91fa9b0 100644 --- a/deal.II/include/deal.II/fe/fe_update_flags.h +++ b/deal.II/include/deal.II/fe/fe_update_flags.h @@ -158,7 +158,7 @@ enum UpdateFlags update_face_normal_vectors = update_normal_vectors, /** * @deprecated Use #update_normal_vectors - */ + */ update_cell_normal_vectors = update_normal_vectors, //! Volume element /** @@ -177,7 +177,7 @@ enum UpdateFlags update_jacobian_grads = 0x0100, //! Volume element /** - * Compute the inverse + * Compute the inverse * Jacobian of the * transformation from the * reference cell to the real @@ -340,16 +340,16 @@ operator &= (UpdateFlags &f1, UpdateFlags f2) * to the previously visited cell. This information is used for reusing data * when calling the method FEValues::reinit() (like derivatives, which do * not change if one cell is just a translation of the previous). Currently, - * this variable does only recognize a translation and a inverted traslation + * this variable does only recognize a translation and an inverted translation * (if dim