From a21ec685ca83ce4150315e55e557b7e1ec91ead6 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Thu, 23 Jul 2020 10:37:53 +0200 Subject: [PATCH] Fix reference --- include/deal.II/numerics/vector_tools_boundary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/numerics/vector_tools_boundary.h b/include/deal.II/numerics/vector_tools_boundary.h index 9331e7113b..215caf9ab4 100644 --- a/include/deal.II/numerics/vector_tools_boundary.h +++ b/include/deal.II/numerics/vector_tools_boundary.h @@ -739,7 +739,7 @@ namespace VectorTools *

Computing constraints

* * To compute the constraints we use interpolation operator proposed in - * Brezzi, Fortin (Mixed and Hybrid (Finite Element Methods, Springer, 1991) + * Brezzi, Fortin (Mixed and Hybrid Finite Element Methods, Springer, 1991) * on every face located at the boundary. * * @ingroup constraints -- 2.39.5