From: wolf Date: Tue, 16 Jul 2002 15:17:30 +0000 (+0000) Subject: Fix typo. Add comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a74419b170eb4000a75d68d82599a0364787f0d8;p=dealii-svn.git Fix typo. Add comment. git-svn-id: https://svn.dealii.org/trunk@6247 0785d39b-7218-0410-832d-ea1e28bc413d --- 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