From cb8b6f4be4c8406e4a74d8b21608c349ad6b1c3f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth 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