From: heltai Date: Wed, 15 Jan 2014 00:45:10 +0000 (+0000) Subject: Fixed bug in test aniso/mesh_3d_21 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c73bdd2b6225907560cd4e3cd7ea8c127814fe65;p=dealii-svn.git Fixed bug in test aniso/mesh_3d_21 git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@32210 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/fe/mapping_q.cc b/deal.II/source/fe/mapping_q.cc index 6b46cd43b7..13d5183a1c 100644 --- a/deal.II/source/fe/mapping_q.cc +++ b/deal.II/source/fe/mapping_q.cc @@ -932,7 +932,7 @@ add_quad_support_points(const Triangulation<3>::cell_iterator &cell, vertices.resize(4); for(unsigned int i=0;i<4; ++i) vertices[i] = face->vertex(i); - face->get_manifold().get_intermediate_points (vertices, quad_points); + face->get_manifold().get_intermediate_points (quad_points, vertices); // in 3D, the orientation, flip and rotation of the face might // not match what we expect here, namely the standard // orientation. thus reorder points accordingly. since a Mapping