Bugfix: missing return.

This commit is contained in:
Atgeirr Flø Rasmussen 2016-10-17 13:39:06 +02:00
parent 1697212b98
commit 9e1ba49554

View File

@ -277,7 +277,7 @@ namespace Opm
/** \brief Whether this process does write to disk */ /** \brief Whether this process does write to disk */
bool isIORank () const bool isIORank () const
{ {
parallelOutput_->isIORank(); return parallelOutput_->isIORank();
} }
void restore(SimulatorTimerInterface& timer, void restore(SimulatorTimerInterface& timer,