Modify startup message, include version number.

This commit is contained in:
Atgeirr Flø Rasmussen 2015-04-14 13:31:39 +02:00
parent 22391ad144
commit c4655d7c00
2 changed files with 2 additions and 2 deletions

View File

@ -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";

View File

@ -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";