From f8457e41d88b1006492eb9f153fa1044eceb530b Mon Sep 17 00:00:00 2001 From: kanschat Date: Wed, 11 Jun 2014 16:53:15 +0000 Subject: [PATCH] remove empty lines in output git-svn-id: https://svn.dealii.org/trunk@33031 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/algorithms/operator.templates.h | 1 - 1 file changed, 1 deletion(-) diff --git a/deal.II/include/deal.II/algorithms/operator.templates.h b/deal.II/include/deal.II/algorithms/operator.templates.h index 0c1ee9d6cd..0178f8964e 100644 --- a/deal.II/include/deal.II/algorithms/operator.templates.h +++ b/deal.II/include/deal.II/algorithms/operator.templates.h @@ -147,7 +147,6 @@ namespace Algorithms if (v == 0) continue; for (unsigned int j=0; jsize(); ++j) (*os) << ' ' << (*v)(j); - (*os) << std::endl; } (*os) << std::endl; } -- 2.39.5