From 366c7497712e5269ffc533e94da7ef6ee15541a3 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Wed, 20 Feb 2019 11:38:53 +0100 Subject: [PATCH] Fix doxygen problem in VectorTools::create_point_source_vector --- 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 ec060968c1..37b43f49ed 100644 --- a/include/deal.II/numerics/vector_tools.h +++ b/include/deal.II/numerics/vector_tools.h @@ -2184,7 +2184,7 @@ namespace VectorTools * function for the problem you are solving. This is because the * Green's function $G(x,p)$ is defined by * @f{align*}{ - * L G(x,p) &= \delta(x-p)$ + * L G(x,p) &= \delta(x-p) * @f} * where $L$ is the differential operator of your problem. The discrete * version then requires computing the right hand side vector -- 2.39.5