From: kanschat Date: Wed, 11 Jun 2014 16:53:15 +0000 (+0000) Subject: remove empty lines in output X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8457e41d88b1006492eb9f153fa1044eceb530b;p=dealii-svn.git remove empty lines in output git-svn-id: https://svn.dealii.org/trunk@33031 0785d39b-7218-0410-832d-ea1e28bc413d --- 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; }