From: Guido Kanschat Date: Wed, 11 Jun 2014 16:53:15 +0000 (+0000) Subject: remove empty lines in output X-Git-Tag: v8.2.0-rc1~407 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9c334c443a1374b34a09ddfce5d004d43a8f7cc;p=dealii.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; }