From: Wolfgang Bangerth Date: Mon, 27 Jul 2015 03:16:27 +0000 (-0500) Subject: Fix #1183. X-Git-Tag: v8.4.0-rc2~715^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1203%2Fhead;p=dealii.git Fix #1183. In #1183, I accidentally removed a class qualification on a call. This leads to some 20 tests failing. This patch restores the issue. --- diff --git a/source/fe/mapping_q1.cc b/source/fe/mapping_q1.cc index 8ac9ef5ab3..9aca842d58 100644 --- a/source/fe/mapping_q1.cc +++ b/source/fe/mapping_q1.cc @@ -1668,8 +1668,8 @@ transform_real_to_unit_cell (const typename Triangulation::cell_it if (spacedim>dim) update_flags |= update_jacobian_grads; - std_cxx11::unique_ptr mdata(get_data(update_flags, - point_quadrature)); + std_cxx11::unique_ptr mdata(MappingQ1::get_data(update_flags, + point_quadrature)); compute_mapping_support_points (cell, mdata->mapping_support_points); // The support points have to be at