From: Wolfgang Bangerth Date: Wed, 7 Oct 2015 22:07:17 +0000 (-0500) Subject: Update tests. X-Git-Tag: v8.4.0-rc2~331^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1726%2Fhead;p=dealii.git Update tests. --- diff --git a/tests/fe/mapping_real_to_unit_q4_sphere_x.cc b/tests/fe/mapping_real_to_unit_q4_sphere_x.cc index e253a0202d..8f55b2273d 100644 --- a/tests/fe/mapping_real_to_unit_q4_sphere_x.cc +++ b/tests/fe/mapping_real_to_unit_q4_sphere_x.cc @@ -76,7 +76,7 @@ void test_real_to_unit_cell() // reference coordinate system of // the cell const Point p (-3.56413e+06, 1.74215e+06, 2.14762e+06); - MappingQ1 map; + MappingQGeneric map(1); Triangulation::active_cell_iterator cell = triangulation.begin_active(); try diff --git a/tests/fe/mapping_real_to_unit_q4_sphere_y.cc b/tests/fe/mapping_real_to_unit_q4_sphere_y.cc index 5a762f3cf5..40ab8e500d 100644 --- a/tests/fe/mapping_real_to_unit_q4_sphere_y.cc +++ b/tests/fe/mapping_real_to_unit_q4_sphere_y.cc @@ -76,7 +76,7 @@ void test_real_to_unit_cell() // reference coordinate system of // the cell const Point p (-3.56413e+06, 1.74215e+06, 2.14762e+06); - MappingQ1 map; + MappingQGeneric map(1); Triangulation::active_cell_iterator cell = triangulation.begin_active();