From a93f2812bb4700e348794bcffb1627ede8696173 Mon Sep 17 00:00:00 2001 From: "daniel.arndt" Date: Wed, 18 Sep 2013 15:24:34 +0000 Subject: [PATCH] Fixed add_periodity git-svn-id: https://svn.dealii.org/trunk@30798 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/distributed/tria.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/deal.II/source/distributed/tria.cc b/deal.II/source/distributed/tria.cc index e1251cc7e6..60f6249249 100644 --- a/deal.II/source/distributed/tria.cc +++ b/deal.II/source/distributed/tria.cc @@ -3452,6 +3452,7 @@ namespace parallel FaceVector; typename FaceVector::const_iterator it, periodic_end; it = periodicity_vector.begin(); + periodic_end = periodicity_vector.end(); for (; it