From: alberto sartori <alberto.sartori86@gmail.com>
Date: Mon, 30 Nov 2015 14:18:42 +0000 (+0100)
Subject: fixed doc
X-Git-Tag: v8.4.0-rc2~188^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a0fd7e73b15416528db9a2d6674c393e254b63d;p=dealii.git

fixed doc
---

diff --git a/include/deal.II/numerics/vector_tools.h b/include/deal.II/numerics/vector_tools.h
index ad82cb2ec1..09797d9872 100644
--- a/include/deal.II/numerics/vector_tools.h
+++ b/include/deal.II/numerics/vector_tools.h
@@ -741,7 +741,7 @@ namespace VectorTools
 
   /**
    * Calls the other interpolate_boundary_values() function, see above, with
-   * <tt>mapping=MappingQGeneric@<dim@>(1)</tt>. The same comments apply as for the
+   * <tt>mapping=MappingQGeneric@<dim,spacedim>(1)</tt>. The same comments apply as for the
    * previous function, in particular about the use of the component mask and
    * the requires size of the function object.
    *
@@ -760,7 +760,7 @@ namespace VectorTools
 
   /**
    * Calls the other interpolate_boundary_values() function, see above, with
-   * <tt>mapping=MappingQGeneric@<dim@>(1)</tt>. The same comments apply as for the
+   * <tt>mapping=MappingQGeneric@<dim,spacedim@>(1)</tt>. The same comments apply as for the
    * previous function, in particular about the use of the component mask and
    * the requires size of the function object.
    */