From b76303f963c37e1289d1168e6c9b7de562f6c96a Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 21 May 2008 14:51:53 +0000 Subject: [PATCH] Further formatting improvements. git-svn-id: https://svn.dealii.org/trunk@16156 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-33/step-33.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/examples/step-33/step-33.cc b/deal.II/examples/step-33/step-33.cc index 999f1e1af6..1dfc8440c1 100644 --- a/deal.II/examples/step-33/step-33.cc +++ b/deal.II/examples/step-33/step-33.cc @@ -3045,8 +3045,8 @@ void ConservationLaw::run () << std::endl << std::endl; - std::cout << " NonLin Res Lin Iter Lin Res" << std::endl - << " ______________________________________" << std::endl; + std::cout << " NonLin Res Lin Iter Lin Res" << std::endl + << " _____________________________________" << std::endl; // Then comes the inner Newton // iteration to solve the nonlinear -- 2.39.5