Add logging in ebos

With this .PRT and .DBG files are created also for ebos
This commit is contained in:
Tor Harald Sandve
2019-10-14 10:39:10 +02:00
parent 4ddb8e8d56
commit 86ef30950d
12 changed files with 270 additions and 18 deletions
+2 -1
View File
@@ -28,6 +28,7 @@
#include "config.h"
#include "ebos.hh"
#include "startEbos.hh"
BEGIN_PROPERTIES
@@ -57,7 +58,7 @@ void ebosSolventSetDeck(Opm::Deck* deck,
int ebosSolventMain(int argc, char **argv)
{
typedef TTAG(EbosSolventTypeTag) ProblemTypeTag;
return Opm::start<ProblemTypeTag>(argc, argv);
return Opm::startEbos<ProblemTypeTag>(argc, argv);
}
}