mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
added: test for outputdir
This commit is contained in:
committed by
Atgeirr Flø Rasmussen
parent
c95cd5b147
commit
de9c3ddfda
@@ -190,6 +190,14 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
//! \brief Used for test_outputdir.
|
||||
int justInitialize()
|
||||
{
|
||||
int exitCode = EXIT_SUCCESS;
|
||||
initialize_<Properties::TTag::FlowEarlyBird>(exitCode);
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
private:
|
||||
int dispatchDynamic_()
|
||||
{
|
||||
|
Reference in New Issue
Block a user