From: Wolfgang Bangerth Date: Mon, 6 Apr 2015 15:42:27 +0000 (-0500) Subject: Update an erroneous comment. X-Git-Tag: v8.3.0-rc1~315^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F740%2Fhead;p=dealii.git Update an erroneous comment. --- diff --git a/include/deal.II/numerics/vector_tools.h b/include/deal.II/numerics/vector_tools.h index 1aadb5d436..8ce08b1a38 100644 --- a/include/deal.II/numerics/vector_tools.h +++ b/include/deal.II/numerics/vector_tools.h @@ -668,7 +668,7 @@ namespace VectorTools * @ref GlossComponentMask. * As an example, assume that you are solving the Stokes equations in 2d, * with variables $(u,v,p)$ and that you only want to interpolate boundary - * values for the pressure, then the component mask should correspond to + * values for the velocity, then the component mask should correspond to * (true,true,false). * * @note Whether a component mask has been specified or not, the number of