Merge pull request #1379 from atgeirr/sims-do-logging

Add setupSimpleDefaultLogging() to old two-phase sims.
This commit is contained in:
Atgeirr Flø Rasmussen 2018-01-08 15:54:38 +01:00 committed by GitHub
commit d6f28e625b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 0 deletions

View File

@ -81,6 +81,7 @@ try
{
using namespace Opm;
OpmLog::setupSimpleDefaultLogging(false, true, 10);
std::cout << "\n================ Test program for weakly compressible two-phase flow ===============\n\n";
ParameterGroup param(argc, argv, false);
std::cout << "--------------- Reading parameters ---------------" << std::endl;

View File

@ -81,6 +81,7 @@ try
{
using namespace Opm;
OpmLog::setupSimpleDefaultLogging(false, true, 10);
std::cout << "\n================ Test program for incompressible two-phase flow ===============\n\n";
ParameterGroup param(argc, argv, false);
std::cout << "--------------- Reading parameters ---------------" << std::endl;

View File

@ -81,6 +81,7 @@ try
{
using namespace Opm;
OpmLog::setupSimpleDefaultLogging(false, true, 10);
std::cout << "\n================ Test program for incompressible two-phase flow ===============\n\n";
ParameterGroup param(argc, argv, false);
std::cout << "--------------- Reading parameters ---------------" << std::endl;

View File

@ -83,6 +83,7 @@ try
{
using namespace Opm;
OpmLog::setupSimpleDefaultLogging(false, true, 10);
std::cout << "\n================ Test program for weakly compressible two-phase flow with polymer ===============\n\n";
ParameterGroup param(argc, argv, false);
std::cout << "--------------- Reading parameters ---------------" << std::endl;

View File

@ -83,6 +83,7 @@ try
{
using namespace Opm;
OpmLog::setupSimpleDefaultLogging(false, true, 10);
std::cout << "\n================ Test program for incompressible two-phase flow with polymer ===============\n\n";
ParameterGroup param(argc, argv, false);
std::cout << "--------------- Reading parameters ---------------" << std::endl;