From a654f175cc5101d52ba2da85ffd18fecefaa252b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 7 Oct 2015 17:07:17 -0500 Subject: [PATCH] Update tests. --- tests/fe/mapping_real_to_unit_q4_sphere_x.cc | 2 +- tests/fe/mapping_real_to_unit_q4_sphere_y.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(); -- 2.39.5