From c0d8cf50b52eaff5e3d65333b15a069d3ee966aa Mon Sep 17 00:00:00 2001 From: kronbichler Date: Sun, 8 Jun 2008 13:38:02 +0000 Subject: [PATCH] Removed redundant $ char in documentation that made doxygen fail for this file. git-svn-id: https://svn.dealii.org/trunk@16277 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/vectors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/numerics/vectors.h b/deal.II/deal.II/include/numerics/vectors.h index 49285ed8d2..4f936891e9 100644 --- a/deal.II/deal.II/include/numerics/vectors.h +++ b/deal.II/deal.II/include/numerics/vectors.h @@ -100,7 +100,7 @@ class ConstraintMatrix; * given function onto the finite element space, i.e. if f is * the function to be projected, compute fh in * Vh such that - * (fh,vh)=(f,vh)$ + * (fh,vh)=(f,vh) * for all discrete test functions vh. This is done * through the solution of the linear system of equations M v = * f where M is the mass matrix $m_{ij} = \int_\Omega -- 2.39.5