From a3d2508f5a5325396dc7212aa989e7643383ecd9 Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Mon, 29 Apr 2002 14:44:22 +0000 Subject: [PATCH] Doc fix. git-svn-id: https://svn.dealii.org/trunk@5749 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_tools.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe_tools.h b/deal.II/deal.II/include/fe/fe_tools.h index a7277a6bb9..f230232855 100644 --- a/deal.II/deal.II/include/fe/fe_tools.h +++ b/deal.II/deal.II/include/fe/fe_tools.h @@ -181,11 +181,11 @@ class FETools Vector &u1_interpolated); /** - * Gives $(Id-I_h)z2$ for a given - * @p{fe2}-function @p{z2}, where $I_h$ - * is the interpolation from @p{fe2} - * to @p{fe1}. $(Id-I_h)z2$ is - * denoted by @p{z2_difference}. + * Gives $(Id-I_h)z1$ for a given + * @p{dof1}-function @p{z1}, where $I_h$ + * is the interpolation from @p{fe1} + * to @p{fe2}. $(Id-I_h)z1$ is + * denoted by @p{z1_difference}. */ template static void interpolation_difference(const DoFHandler &dof1, -- 2.39.5