From 554c93ce5dfc8e5279a361d6ea6a97ef66c57bc6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 13 Sep 2015 21:14:19 -0500 Subject: [PATCH] Remove some code that appears to now be dead. --- source/fe/mapping_q.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/fe/mapping_q.cc b/source/fe/mapping_q.cc index cb7e706b7f..75a33d8fd9 100644 --- a/source/fe/mapping_q.cc +++ b/source/fe/mapping_q.cc @@ -518,11 +518,6 @@ transform_real_to_unit_cell (const typename Triangulation::cell_it compute_mapping_support_points (cell, mdata->mapping_support_points); - // If this is a q1 mapping, then only use the support points on the - // vertices. - if (mdata->shape_values.size() < mdata->mapping_support_points.size()) - mdata->mapping_support_points.resize(GeometryInfo::vertices_per_cell); - return this->transform_real_to_unit_cell_internal(cell, p, initial_p_unit, *mdata); } else -- 2.39.5