From: Ralf Hartmann Date: Mon, 29 Apr 2002 14:44:22 +0000 (+0000) Subject: Doc fix. X-Git-Tag: v8.0.0~18103 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3d2508f5a5325396dc7212aa989e7643383ecd9;p=dealii.git Doc fix. git-svn-id: https://svn.dealii.org/trunk@5749 0785d39b-7218-0410-832d-ea1e28bc413d --- 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,