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
@@ -32,6 +32,7 @@
#include "config.h"
#include "ebos.hh"
#include "startEbos.hh"
namespace Opm {
class EclAlternativeBlackOilIndexTraits
@@ -67,5 +68,5 @@ END_PROPERTIES
int main(int argc, char **argv)
{
typedef TTAG(EbosAltIdxTypeTag) ProblemTypeTag;
return Opm::start<ProblemTypeTag>(argc, argv);
return Opm::startEbos<ProblemTypeTag>(argc, argv);
}