From 2fcffd440ccf3f85df198e9561e9f2a18d2f07a0 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 17 Jul 2002 11:10:12 +0000 Subject: [PATCH] Micro update. git-svn-id: https://svn.dealii.org/trunk@6254 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/polynomial.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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); -- 2.39.5