From 9f23ce7dbcdacd654f2fb8ffa593d35533746686 Mon Sep 17 00:00:00 2001 From: babrodtk Date: Tue, 5 May 2015 15:25:55 +0200 Subject: [PATCH] Reformated flow header to fit 80 columns --- examples/flow.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/flow.cpp b/examples/flow.cpp index cbfa6159d..196844d8b 100644 --- a/examples/flow.cpp +++ b/examples/flow.cpp @@ -86,15 +86,15 @@ try { using namespace Opm; - std::cout << "******************************************************************************************\n"; - std::cout << "* *\n"; - std::cout << "* This is Flow (version 2015.04) *\n"; - std::cout << "* *\n"; - std::cout << "* Flow is a simulator for fully implicit three-phase black-oil flow that is part of OPM. *\n"; - std::cout << "* For more information see: *\n"; - std::cout << "* http://opm-project.org *\n"; - std::cout << "* *\n"; - std::cout << "******************************************************************************************\n\n"; + std::cout << "**********************************************************************\n"; + std::cout << "* *\n"; + std::cout << "* This is Flow (version 2015.04) *\n"; + std::cout << "* *\n"; + std::cout << "* Flow is a simulator for fully implicit three-phase black-oil flow, *\n"; + std::cout << "* and is part of OPM. For more information see: *\n"; + std::cout << "* http://opm-project.org *\n"; + std::cout << "* *\n"; + std::cout << "**********************************************************************\n\n"; // Read parameters, see if a deck was specified on the command line. std::cout << "--------------- Reading parameters ---------------" << std::endl;