From: heister Date: Fri, 28 Feb 2014 14:41:36 +0000 (+0000) Subject: fix for codim one in distributed tria X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=570ad50ed091a15423e5d62232f3b80523f912fd;p=dealii-svn.git fix for codim one in distributed tria git-svn-id: https://svn.dealii.org/trunk@32584 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/distributed/tria.cc b/deal.II/source/distributed/tria.cc index c50275614a..4085903ce0 100644 --- a/deal.II/source/distributed/tria.cc +++ b/deal.II/source/distributed/tria.cc @@ -988,7 +988,7 @@ namespace // orientation // // while we're at it, also copy the neighborship information between cells - typename Triangulation::active_cell_iterator + typename Triangulation::active_cell_iterator cell = triangulation.begin_active(), endc = triangulation.end(); for (; cell != endc; ++cell)