From: Wolfgang Bangerth Date: Mon, 21 Apr 2003 16:21:14 +0000 (+0000) Subject: Add comments. X-Git-Tag: v8.0.0~16702 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e698f037be253bcae28a5efd72f01b5be007f37;p=dealii.git Add comments. git-svn-id: https://svn.dealii.org/trunk@7421 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/base/polynomial_test.cc b/tests/base/polynomial_test.cc index 758ed8a77a..cba2d1c3c1 100644 --- a/tests/base/polynomial_test.cc +++ b/tests/base/polynomial_test.cc @@ -42,6 +42,10 @@ void check_poly(const Point& x, for (unsigned int k=0;k& x, deallog << 'P' << k << ": second derivatives differ " << grad2 << " != " << second[k] << std::endl; + + // finally output values, + // gradients, etc, to make sure + // that they are not only + // consistent, but also + // correct. Multiply them + // somewhat to make them + // significant despite our + // two-post-dot-digits limit values[k] *= pow(10, dim); gradients[k] *= pow(10, dim);