From: heister Date: Fri, 6 Sep 2013 18:10:27 +0000 (+0000) Subject: fix bug in distributed::Triangulation and SolutionTransfer introduced in r30624 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75c3af96b0736dd2cdc554360082c1c3fe22b377;p=dealii-svn.git fix bug in distributed::Triangulation and SolutionTransfer introduced in r30624 git-svn-id: https://svn.dealii.org/trunk@30632 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/distributed/tria.cc b/deal.II/source/distributed/tria.cc index 4f6b7c3c70..5f253bf449 100644 --- a/deal.II/source/distributed/tria.cc +++ b/deal.II/source/distributed/tria.cc @@ -1185,12 +1185,6 @@ namespace delete_all_children (dealii_cell); if (!dealii_cell->has_children()) dealii_cell->set_subdomain_id(my_subdomain); - - typename internal::p4est::types::quadrant *match = - static_cast::quadrant *> - (sc_array_index_ssize_t(const_cast(&tree.quadrants), - sidx)); - match->p.user_int = dealii_cell->index(); } else {