mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Bugfix: missing return.
This commit is contained in:
parent
1697212b98
commit
9e1ba49554
@ -277,7 +277,7 @@ namespace Opm
|
||||
/** \brief Whether this process does write to disk */
|
||||
bool isIORank () const
|
||||
{
|
||||
parallelOutput_->isIORank();
|
||||
return parallelOutput_->isIORank();
|
||||
}
|
||||
|
||||
void restore(SimulatorTimerInterface& timer,
|
||||
|
Loading…
Reference in New Issue
Block a user