From aa436afce256c557937d893450b47841b493dd07 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 6 Apr 2015 10:42:27 -0500 Subject: [PATCH] Update an erroneous comment. --- include/deal.II/numerics/vector_tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5