From 2031f95ebcbdae888cc5c8bffc2ad39a6a21497f Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Wed, 23 Oct 2013 13:19:58 +0000 Subject: [PATCH] fix documentation git-svn-id: https://svn.dealii.org/trunk@31400 0785d39b-7218-0410-832d-ea1e28bc413d --- .../include/deal.II/numerics/vector_tools.h | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/deal.II/include/deal.II/numerics/vector_tools.h b/deal.II/include/deal.II/numerics/vector_tools.h index 801e080db9..d8c6be07ff 100644 --- a/deal.II/include/deal.II/numerics/vector_tools.h +++ b/deal.II/include/deal.II/numerics/vector_tools.h @@ -2033,7 +2033,7 @@ namespace VectorTools * * @note If the cell in which the point is found * is not locally owned, an exception of type - * VectorTools::ExcPointNotAvailableHere + * VectorTools::ExcPointNotAvailableHere * is thrown. */ template @@ -2062,7 +2062,7 @@ namespace VectorTools * * @note If the cell in which the point is found * is not locally owned, an exception of type - * VectorTools::ExcPointNotAvailableHere + * VectorTools::ExcPointNotAvailableHere * is thrown. */ template @@ -2090,7 +2090,7 @@ namespace VectorTools * * @note If the cell in which the point is found * is not locally owned, an exception of type - * VectorTools::ExcPointNotAvailableHere + * VectorTools::ExcPointNotAvailableHere * is thrown. */ template @@ -2105,7 +2105,7 @@ namespace VectorTools * * @note If the cell in which the point is found * is not locally owned, an exception of type - * VectorTools::ExcPointNotAvailableHere + * VectorTools::ExcPointNotAvailableHere * is thrown. */ template @@ -2135,7 +2135,7 @@ namespace VectorTools * * @note If the cell in which the point is found * is not locally owned, an exception of type - * VectorTools::ExcPointNotAvailableHere + * VectorTools::ExcPointNotAvailableHere * is thrown. */ template @@ -2149,7 +2149,7 @@ namespace VectorTools * * @note If the cell in which the point is found * is not locally owned, an exception of type - * VectorTools::ExcPointNotAvailableHere + * VectorTools::ExcPointNotAvailableHere * is thrown. */ template @@ -2175,7 +2175,7 @@ namespace VectorTools * * @note If the cell in which the point is found * is not locally owned, an exception of type - * VectorTools::ExcPointNotAvailableHere + * VectorTools::ExcPointNotAvailableHere * is thrown. */ template @@ -2191,7 +2191,7 @@ namespace VectorTools * * @note If the cell in which the point is found * is not locally owned, an exception of type - * VectorTools::ExcPointNotAvailableHere + * VectorTools::ExcPointNotAvailableHere * is thrown. */ template @@ -2217,7 +2217,7 @@ namespace VectorTools * * @note If the cell in which the point is found * is not locally owned, an exception of type - * VectorTools::ExcPointNotAvailableHere + * VectorTools::ExcPointNotAvailableHere * is thrown. */ template @@ -2232,7 +2232,7 @@ namespace VectorTools * * @note If the cell in which the point is found * is not locally owned, an exception of type - * VectorTools::ExcPointNotAvailableHere + * VectorTools::ExcPointNotAvailableHere * is thrown. */ template -- 2.39.5