From 570ad50ed091a15423e5d62232f3b80523f912fd Mon Sep 17 00:00:00 2001 From: heister Date: Fri, 28 Feb 2014 14:41:36 +0000 Subject: [PATCH] fix for codim one in distributed tria git-svn-id: https://svn.dealii.org/trunk@32584 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/distributed/tria.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5