Merge pull request #1096 from andlaus/use-flow_legacy-for-unit-tests

make the unit tests to explicitly use flow_legacy instead of flow
This commit is contained in:
Arne Morten Kvarving
2017-04-04 11:09:36 +02:00
committed by GitHub
4 changed files with 9 additions and 9 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";