From: hartmann Date: Fri, 14 Jun 2002 14:48:33 +0000 (+0000) Subject: Doc fix. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3060b754a6274a2cdf1e8a55ec9bea804d300e2;p=dealii-svn.git Doc fix. git-svn-id: https://svn.dealii.org/trunk@6143 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/numerics/vectors.h b/deal.II/deal.II/include/numerics/vectors.h index 14709c3730..62b20af51a 100644 --- a/deal.II/deal.II/include/numerics/vectors.h +++ b/deal.II/deal.II/include/numerics/vectors.h @@ -351,9 +351,9 @@ class VectorTools * @p{dof}. * * Note that you may have to call - * @p{hanging_nodes.distribute(data_2)} + * @p{hanging_nodes.distribute(vec)} * with the hanging nodes from - * space @p{dof_2} afterwards, to + * space @p{dof} afterwards, to * make the result continuous * again. *