From a74419b170eb4000a75d68d82599a0364787f0d8 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 16 Jul 2002 15:17:30 +0000 Subject: [PATCH] Fix typo. Add comment. git-svn-id: https://svn.dealii.org/trunk@6247 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/source/polynomial.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/base/source/polynomial.cc b/deal.II/base/source/polynomial.cc index e4a26f0bda..eca62c2b72 100644 --- a/deal.II/base/source/polynomial.cc +++ b/deal.II/base/source/polynomial.cc @@ -467,9 +467,9 @@ template void Polynomial::shift(const double offset); template void Polynomial::shift(const double offset); template void Polynomial::shift(const long double offset); -// gcc 3.1 crashes withan internal error when trying to instantiate +// gcc 3.1 crashes with an internal error when trying to instantiate // these functions. - +// TODO[WB]: check this with an autoconf macro. also fix the #ifdef so that it only works when GCC is actually used! #if ((__GNUC__ == 3) && (__GNUC_MINOR__ == 1)) #warning Polynomial::shift with long double has been disabled in gcc 3.1 #else -- 2.39.5