From: Reza Rastak Date: Fri, 1 Mar 2019 00:55:00 +0000 (-0800) Subject: Out of date description of quadrature_point_data test fixed X-Git-Tag: v9.1.0-rc1~312^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7769%2Fhead;p=dealii.git Out of date description of quadrature_point_data test fixed --- diff --git a/tests/base/quadrature_point_data.cc b/tests/base/quadrature_point_data.cc index 45aaefe99a..2963250bc0 100644 --- a/tests/base/quadrature_point_data.cc +++ b/tests/base/quadrature_point_data.cc @@ -15,7 +15,7 @@ -// Check that QuadraturePointManager class. To that end first evaluate some +// Check CellDataStorage class. To that end first evaluate some // quadratic function at quadrature points. Then refine cells and project using // FE_Q(2). Finally check that the values at quadrature points are still // consistent with the original function. diff --git a/tests/base/quadrature_point_data_02.cc b/tests/base/quadrature_point_data_02.cc index 546c0a437d..16d9f4df67 100644 --- a/tests/base/quadrature_point_data_02.cc +++ b/tests/base/quadrature_point_data_02.cc @@ -15,7 +15,7 @@ -// Check that QuadraturePointManager class. To that end first evaluate some +// Check CellDataStorage class. To that end first evaluate some // quadratic function at quadrature points. Then refine cells and project using // FE_Q(2). Finally check that the values at quadrature points are still // consistent with the original function. Same as quadrature_point_data.cc, but