]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix typo. Add comment.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 16 Jul 2002 15:17:30 +0000 (15:17 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 16 Jul 2002 15:17:30 +0000 (15:17 +0000)
git-svn-id: https://svn.dealii.org/trunk@6247 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/polynomial.cc

index e4a26f0bda2e87795f115ffa9b99a08b8d3d03bb..eca62c2b72b3961ce5fd6b971afcabca4a62b4a3 100644 (file)
@@ -467,9 +467,9 @@ template void Polynomial<float>::shift(const double offset);
 template void Polynomial<double>::shift(const double offset);
 template void Polynomial<long double>::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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.