mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-07-30 02:27:55 -05:00
Add logging in ebos
With this .PRT and .DBG files are created also for ebos
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include "ebos.hh"
|
||||
#include "startEbos.hh"
|
||||
|
||||
namespace Opm {
|
||||
|
||||
@@ -105,7 +106,7 @@ void ebosBlackOilSetDeck(Opm::Deck* deck,
|
||||
int ebosBlackOilMain(int argc, char **argv)
|
||||
{
|
||||
typedef TTAG(EbosTypeTag) ProblemTypeTag;
|
||||
return Opm::start<ProblemTypeTag>(argc, argv);
|
||||
return Opm::startEbos<ProblemTypeTag>(argc, argv);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user