From 516859c900e404af50627857936951ffc474877e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 9 Sep 2013 02:54:13 +0000 Subject: [PATCH] Use '> >' instead of '>>' to end a template. git-svn-id: https://svn.dealii.org/trunk@30644 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 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) -- 2.39.5