From: wolf Date: Wed, 17 Jul 2002 11:10:12 +0000 (+0000) Subject: Micro update. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fcffd440ccf3f85df198e9561e9f2a18d2f07a0;p=dealii-svn.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);