From: David Wells Date: Fri, 2 Mar 2018 15:21:03 +0000 (-0500) Subject: Fix a wrong link in the documentation. X-Git-Tag: v9.0.0-rc1~368^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5987%2Fhead;p=dealii.git Fix a wrong link in the documentation. --- diff --git a/include/deal.II/numerics/vector_tools.h b/include/deal.II/numerics/vector_tools.h index 766dded268..74d4410112 100644 --- a/include/deal.II/numerics/vector_tools.h +++ b/include/deal.II/numerics/vector_tools.h @@ -839,8 +839,8 @@ namespace VectorTools const bool project_to_boundary_first = false); /** - * Same as above, but for arguments of type hp::DoFHandler, - * hp::QuadratureCollection, hp::MappingCollection + * Same as above, but for arguments of type hp::DoFHandler, hp::QCollection, and + * hp::MappingCollection. */ template void project (const hp::MappingCollection &mapping,