From: Wolfgang Bangerth Date: Wed, 17 Jul 2002 11:10:12 +0000 (+0000) Subject: Micro update. X-Git-Tag: v8.0.0~17722 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb8b6f4be4c8406e4a74d8b21608c349ad6b1c3f;p=dealii.git Micro update. git-svn-id: https://svn.dealii.org/trunk@6254 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/polynomial.h b/deal.II/base/include/base/polynomial.h index 7e91cf8848..97b89b5ff6 100644 --- a/deal.II/base/include/base/polynomial.h +++ b/deal.II/base/include/base/polynomial.h @@ -129,9 +129,10 @@ class Polynomial : public Subscriptor * @p{double} and @p{long double} * was not significant, though. * - * * The operation is performed in - * place. + * place, i.e. the coefficients + * of the present object are + * changed. */ template void shift (const number2 offset);