From: wick Date: Thu, 26 Aug 2010 16:04:25 +0000 (+0000) Subject: Fix documentation X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=017f575a6d871a8ce8efebc77c4728264c8aaa37;p=dealii-svn.git Fix documentation git-svn-id: https://svn.dealii.org/trunk@21736 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/function_lib.h b/deal.II/base/include/base/function_lib.h index a263ccb28a..dc5380ee27 100644 --- a/deal.II/base/include/base/function_lib.h +++ b/deal.II/base/include/base/function_lib.h @@ -141,7 +141,7 @@ namespace Functions * * This is a function for testing the implementation. It has zero Dirichlet * boundary values on the domain $(-1,1)^d$. In the inside, it is the - * product of $x_i^2-1$. + * product of $1-x_i^2$ over all space dimensions. * * Providing a non-zero argument to the constructor, the whole function * can be offset by a constant.