From e8ae81a8c3a41cb7613d9f51d59a9dcc0e5c5f04 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 10 Aug 2017 11:29:33 -0500 Subject: [PATCH] update comment --- tests/base/anisotropic_1.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); -- 2.39.5