make the unit tests to explicitly use flow_legacy instead of flow

the results of `flow_legacy` and `flow_ebos` are not bit-wise
identical. The same tests using `flow_ebos` should to be added when
re-organizing the unit tests the next time.
This commit is contained in:
Andreas Lauser
2017-03-10 11:23:51 +01:00
parent 0b0ef7e20f
commit c5fd9ddb48
2 changed files with 5 additions and 5 deletions

View File

@@ -311,7 +311,7 @@ namespace Opm
const std::string version = moduleVersionName();
std::cout << "**********************************************************************\n";
std::cout << "* *\n";
std::cout << "* This is Flow (version " << version << ")"
std::cout << "* This is flow_legacy (version " << version << ")"
<< std::string(26 - version.size(), ' ') << "*\n";
std::cout << "* *\n";
std::cout << "* Flow is a simulator for fully implicit three-phase black-oil flow, *\n";