From: Wolfgang Bangerth Date: Mon, 9 Sep 2013 02:54:13 +0000 (+0000) Subject: Use '> >' instead of '>>' to end a template. X-Git-Tag: v8.1.0~858 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=516859c900e404af50627857936951ffc474877e;p=dealii.git Use '> >' instead of '>>' to end a template. git-svn-id: https://svn.dealii.org/trunk@30644 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/distributed/tria.cc b/deal.II/source/distributed/tria.cc index fc902abfa1..30dcadb47b 100644 --- a/deal.II/source/distributed/tria.cc +++ b/deal.II/source/distributed/tria.cc @@ -3616,7 +3616,7 @@ namespace parallel void Triangulation::add_periodicity (const std::vector>& + cell_iterator, unsigned int> >& periodicity_vector) { #if DEAL_II_P4EST_VERSION_GTE(0,3,4,1)