mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Setup logging before the simulator is initialized (#1980)
Setup logging before the simulator is initialized
This commit is contained in:
@@ -99,5 +99,7 @@ namespace Ewoms {
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
typedef TTAG(EclFlowProblemSimple) TypeTag;
|
||||
return mainFlow<TypeTag>(argc, argv);
|
||||
bool outputCout = true;
|
||||
bool outputFiles = true;
|
||||
return mainFlow<TypeTag>(argc, argv, outputCout, outputFiles);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user