From 1623f816df379248f68da7054a25ddae2ee9955a Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Fri, 28 Sep 2012 15:34:14 +0000 Subject: [PATCH] typo in documentation git-svn-id: https://svn.dealii.org/trunk@26847 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/fe/fe_system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/fe/fe_system.h b/deal.II/include/deal.II/fe/fe_system.h index dac5b6033e..99d3d98474 100644 --- a/deal.II/include/deal.II/fe/fe_system.h +++ b/deal.II/include/deal.II/fe/fe_system.h @@ -87,7 +87,7 @@ DEAL_II_NAMESPACE_OPEN * contains the pressure degrees of freedom. Note that while @p U itself has 3 * blocks, the FESystem @p sys2 does not attempt to split @p U into its base * elements but considers it a block of its own. By blocking all velocities - * into one system first as in @p sys2, we achieve the sam block structure + * into one system first as in @p sys2, we achieve the same block structure * that would be generated if instead of using a $Q_2^3$ element for the * velocities we had used vector-valued base elements, for instance like using * a mixed discretization of Darcy's law using -- 2.39.5