From: alberto sartori Date: Mon, 30 Nov 2015 14:36:04 +0000 (+0100) Subject: fixed doc X-Git-Tag: v8.4.0-rc2~187^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1929%2Fhead;p=dealii.git fixed doc --- diff --git a/include/deal.II/numerics/vector_tools.h b/include/deal.II/numerics/vector_tools.h index 09797d9872..5a14d4f555 100644 --- a/include/deal.II/numerics/vector_tools.h +++ b/include/deal.II/numerics/vector_tools.h @@ -741,7 +741,7 @@ namespace VectorTools /** * Calls the other interpolate_boundary_values() function, see above, with - * mapping=MappingQGeneric@(1). The same comments apply as for the + * mapping=MappingQGeneric@(1). The same comments apply as for the * previous function, in particular about the use of the component mask and * the requires size of the function object. * @@ -866,7 +866,7 @@ namespace VectorTools /** * Calls the other interpolate_boundary_values() function, see above, with - * mapping=MappingQGeneric@(1). The same comments apply as for the + * mapping=MappingQGeneric@(1). The same comments apply as for the * previous function, in particular about the use of the component mask and * the requires size of the function object. * @@ -887,7 +887,7 @@ namespace VectorTools /** * Calls the other interpolate_boundary_values() function, see above, with - * mapping=MappingQGeneric@(1). The same comments apply as for the + * mapping=MappingQGeneric@(1). The same comments apply as for the * previous function, in particular about the use of the component mask and * the requires size of the function object. * @@ -959,7 +959,7 @@ namespace VectorTools /** * Calls the project_boundary_values() function, see above, with - * mapping=MappingQGeneric@(1). + * mapping=MappingQGeneric@(1). */ template void project_boundary_values (const DoFHandler &dof, @@ -981,7 +981,7 @@ namespace VectorTools /** * Calls the project_boundary_values() function, see above, with - * mapping=MappingQGeneric@(1). + * mapping=MappingQGeneric@(1). */ template void project_boundary_values (const hp::DoFHandler &dof, @@ -1038,7 +1038,7 @@ namespace VectorTools /** * Calls the project_boundary_values() function, see above, with - * mapping=MappingQGeneric@(1). + * mapping=MappingQGeneric@(1). * * @ingroup constraints */