From: Thomas Wick Date: Thu, 26 Aug 2010 16:04:25 +0000 (+0000) Subject: Fix documentation X-Git-Tag: v8.0.0~5662 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=396d53b5e0020b7520bd62977dc6613f04716e1c;p=dealii.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.