From: Matthias Maier Date: Thu, 10 Aug 2017 16:29:33 +0000 (-0500) Subject: update comment X-Git-Tag: v9.0.0-rc1~1306^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4760%2Fhead;p=dealii.git update comment --- diff --git a/tests/base/anisotropic_1.cc b/tests/base/anisotropic_1.cc index e563fa7986..62faf8d836 100644 --- a/tests/base/anisotropic_1.cc +++ b/tests/base/anisotropic_1.cc @@ -117,8 +117,7 @@ void check_poly(const Point &x, // 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 + // not only consistent, but also correct. values1[k] *= std::pow(10., dim); gradients1[k] *= std::pow(10., dim);