mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-16 00:01:57 -06:00
ebos: disable writing restart files
this means eWoms specific .ers files, Eclipse restart files are still written for visualization purposes.
This commit is contained in:
parent
d83cd2b797
commit
48b4e4ccc5
@ -395,6 +395,12 @@ public:
|
||||
return this->simulator().episodeWillBeOver();
|
||||
}
|
||||
|
||||
/*!
|
||||
* \brief Returns true if an eWoms restart file should be written to disk.
|
||||
*/
|
||||
bool shouldWriteRestartFile() const
|
||||
{ return false; }
|
||||
|
||||
/*!
|
||||
* \brief Write the requested quantities of the current solution into the output
|
||||
* files.
|
||||
|
Loading…
Reference in New Issue
Block a user