From 7e409260202ad74b57985282a3e896c04838b908 Mon Sep 17 00:00:00 2001 From: David Wells Date: Fri, 2 Mar 2018 10:21:03 -0500 Subject: [PATCH] Fix a wrong link in the documentation. --- include/deal.II/numerics/vector_tools.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.39.5