mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
add fallback return (control reaches end of non-void function)
This commit is contained in:
parent
fd6299364b
commit
a82ad816c7
@ -673,6 +673,8 @@ private:
|
||||
setupTime_, deck_, eclipseState_, schedule_, summaryConfig_);
|
||||
return flowEbosBrineMain(argc_, argv_, outputCout_, outputFiles_);
|
||||
}
|
||||
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
int runSolvent()
|
||||
|
Loading…
Reference in New Issue
Block a user