From 82ef19e66fbce668e6b2857dd731d4b5b9730391 Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Mon, 6 Apr 2015 19:50:01 +0200 Subject: [PATCH] Fixed comment by tamiko. --- include/deal.II/fe/mapping_fe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/fe/mapping_fe.h b/include/deal.II/fe/mapping_fe.h index 6c3ac059dd..4f6c361579 100644 --- a/include/deal.II/fe/mapping_fe.h +++ b/include/deal.II/fe/mapping_fe.h @@ -34,7 +34,7 @@ DEAL_II_NAMESPACE_OPEN /** * The MappingFE is a generalization of the MappingQEulerian class, for arbitrary * vectorial finite elements. The main difference is that this class uses a vector - * of absolute positions instead of a vector of displacement. + * of absolute positions instead of a vector of displacements. * In particular we think of a collections of a FE_Q or * Bezier finite element (FE_Bernstein) repeated a number of times equal to the space * dimension. The idea is to construct the mapping using a vector of control -- 2.39.5