From: daniel.arndt Date: Wed, 18 Sep 2013 15:24:34 +0000 (+0000) Subject: Fixed add_periodity X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a93f2812bb4700e348794bcffb1627ede8696173;p=dealii-svn.git Fixed add_periodity git-svn-id: https://svn.dealii.org/trunk@30798 0785d39b-7218-0410-832d-ea1e28bc413d --- 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