mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-30 11:06:55 -06:00
Modify startup message, include version number.
This commit is contained in:
parent
22391ad144
commit
c4655d7c00
@ -88,7 +88,7 @@ try
|
||||
|
||||
std::cout << "******************************************************************************************\n";
|
||||
std::cout << "* *\n";
|
||||
std::cout << "* Welcome to Flow! *\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";
|
||||
|
@ -115,7 +115,7 @@ try
|
||||
|
||||
std::cout << "******************************************************************************************\n";
|
||||
std::cout << "* *\n";
|
||||
std::cout << "* Welcome to Flow! (Experimental version using dune-cornerpoint.) *\n";
|
||||
std::cout << "* This is Flow (version 2015.04, experimental variant using dune-cornerpoint) *\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";
|
||||
|
Loading…
Reference in New Issue
Block a user