]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix #1183. 1203/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 27 Jul 2015 03:16:27 +0000 (22:16 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 27 Jul 2015 03:16:27 +0000 (22:16 -0500)
In #1183, I accidentally removed a class qualification on a call. This leads
to some 20 tests failing. This patch restores the issue.

source/fe/mapping_q1.cc

index 8ac9ef5ab31ebe0c3e84bc11aa364be8e2ae5335..9aca842d5831828ddedcdc0c3f60d51eaea12dd4 100644 (file)
@@ -1668,8 +1668,8 @@ transform_real_to_unit_cell (const typename Triangulation<dim,spacedim>::cell_it
       if (spacedim>dim)
         update_flags |= update_jacobian_grads;
 
-      std_cxx11::unique_ptr<InternalData> mdata(get_data(update_flags,
-                                                         point_quadrature));
+      std_cxx11::unique_ptr<InternalData> mdata(MappingQ1<dim,spacedim>::get_data(update_flags,
+                                                point_quadrature));
 
       compute_mapping_support_points (cell, mdata->mapping_support_points);
       // The support points have to be at

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.