From: Wolfgang Bangerth Date: Mon, 14 Sep 2015 02:14:19 +0000 (-0500) Subject: Remove some code that appears to now be dead. X-Git-Tag: v8.4.0-rc2~398^2~10 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=554c93ce5dfc8e5279a361d6ea6a97ef66c57bc6;p=dealii.git Remove some code that appears to now be dead. --- 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