mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-07-29 20:37:56 -05:00
Add logging in ebos
With this .PRT and .DBG files are created also for ebos
This commit is contained in:
+2
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user