Setup logging before the simulator is initialized (#1980)

Setup logging before the simulator is initialized
This commit is contained in:
Joakim Hove
2019-08-27 22:41:48 +02:00
committed by GitHub
parent 5b857dd43e
commit c804e85bc7
22 changed files with 186 additions and 183 deletions

View File

@@ -25,7 +25,7 @@
namespace Opm {
void flowEbosSolventSetDeck(double setupTime, Deck &deck, EclipseState& eclState, Schedule& schedule, SummaryConfig& summaryConfig);
int flowEbosSolventMain(int argc, char** argv);
int flowEbosSolventMain(int argc, char** argv, bool outoutCout, bool outputFiles);
}
#endif // FLOW_EBOS_SOLVENT_HPP