mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-02 12:36:54 -06:00
Merge pull request #373 from babrodtk/80_column_flow_header
Reformated flow header to fit 80 columns
This commit is contained in:
commit
abba4bbc21
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user