]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Slightly relax tol to avoid Error0 for gcc2.95.3
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 3 Jun 2005 09:57:32 +0000 (09:57 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 3 Jun 2005 09:57:32 +0000 (09:57 +0000)
git-svn-id: https://svn.dealii.org/trunk@10826 0785d39b-7218-0410-832d-ea1e28bc413d

tests/base/polynomial_lagrange.cc

index ccea302fbf32f03476586eb7c61579fb32041e98..4349e29bcab623e2b1518e1adc2bdaa1b3c2e14b 100644 (file)
@@ -42,7 +42,7 @@ void check_interpolation (const std::vector<Polynomial<double> >& p,
            }
          else
            {
-             if (std::fabs(y) > 2.e-10)
+             if (std::fabs(y) > 3.e-10)
                deallog << "Error0  lg y=" << std::log10(std::fabs(y))
                        << std::endl;
            }

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.