From: Daniel Arndt Date: Wed, 18 Sep 2013 15:24:34 +0000 (+0000) Subject: Fixed add_periodity X-Git-Tag: v8.1.0~775 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aee8bfe6fa2307cc1b40a83262aaabce6e2df832;p=dealii.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