mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #1379 from atgeirr/sims-do-logging
Add setupSimpleDefaultLogging() to old two-phase sims.
This commit is contained in:
commit
d6f28e625b
@ -81,6 +81,7 @@ try
|
|||||||
{
|
{
|
||||||
using namespace Opm;
|
using namespace Opm;
|
||||||
|
|
||||||
|
OpmLog::setupSimpleDefaultLogging(false, true, 10);
|
||||||
std::cout << "\n================ Test program for weakly compressible two-phase flow ===============\n\n";
|
std::cout << "\n================ Test program for weakly compressible two-phase flow ===============\n\n";
|
||||||
ParameterGroup param(argc, argv, false);
|
ParameterGroup param(argc, argv, false);
|
||||||
std::cout << "--------------- Reading parameters ---------------" << std::endl;
|
std::cout << "--------------- Reading parameters ---------------" << std::endl;
|
||||||
|
@ -81,6 +81,7 @@ try
|
|||||||
{
|
{
|
||||||
using namespace Opm;
|
using namespace Opm;
|
||||||
|
|
||||||
|
OpmLog::setupSimpleDefaultLogging(false, true, 10);
|
||||||
std::cout << "\n================ Test program for incompressible two-phase flow ===============\n\n";
|
std::cout << "\n================ Test program for incompressible two-phase flow ===============\n\n";
|
||||||
ParameterGroup param(argc, argv, false);
|
ParameterGroup param(argc, argv, false);
|
||||||
std::cout << "--------------- Reading parameters ---------------" << std::endl;
|
std::cout << "--------------- Reading parameters ---------------" << std::endl;
|
||||||
|
@ -81,6 +81,7 @@ try
|
|||||||
{
|
{
|
||||||
using namespace Opm;
|
using namespace Opm;
|
||||||
|
|
||||||
|
OpmLog::setupSimpleDefaultLogging(false, true, 10);
|
||||||
std::cout << "\n================ Test program for incompressible two-phase flow ===============\n\n";
|
std::cout << "\n================ Test program for incompressible two-phase flow ===============\n\n";
|
||||||
ParameterGroup param(argc, argv, false);
|
ParameterGroup param(argc, argv, false);
|
||||||
std::cout << "--------------- Reading parameters ---------------" << std::endl;
|
std::cout << "--------------- Reading parameters ---------------" << std::endl;
|
||||||
|
@ -83,6 +83,7 @@ try
|
|||||||
{
|
{
|
||||||
using namespace Opm;
|
using namespace Opm;
|
||||||
|
|
||||||
|
OpmLog::setupSimpleDefaultLogging(false, true, 10);
|
||||||
std::cout << "\n================ Test program for weakly compressible two-phase flow with polymer ===============\n\n";
|
std::cout << "\n================ Test program for weakly compressible two-phase flow with polymer ===============\n\n";
|
||||||
ParameterGroup param(argc, argv, false);
|
ParameterGroup param(argc, argv, false);
|
||||||
std::cout << "--------------- Reading parameters ---------------" << std::endl;
|
std::cout << "--------------- Reading parameters ---------------" << std::endl;
|
||||||
|
@ -83,6 +83,7 @@ try
|
|||||||
{
|
{
|
||||||
using namespace Opm;
|
using namespace Opm;
|
||||||
|
|
||||||
|
OpmLog::setupSimpleDefaultLogging(false, true, 10);
|
||||||
std::cout << "\n================ Test program for incompressible two-phase flow with polymer ===============\n\n";
|
std::cout << "\n================ Test program for incompressible two-phase flow with polymer ===============\n\n";
|
||||||
ParameterGroup param(argc, argv, false);
|
ParameterGroup param(argc, argv, false);
|
||||||
std::cout << "--------------- Reading parameters ---------------" << std::endl;
|
std::cout << "--------------- Reading parameters ---------------" << std::endl;
|
||||||
|
Loading…
Reference in New Issue
Block a user