blackoil model: make it work with grid managers other than EclGridManager

and for discretizarions other than ECFV...
This commit is contained in:
Andreas Lauser 2014-04-27 20:39:56 +02:00
parent f53b7e09ea
commit de6a04038b

View File

@ -241,6 +241,10 @@ public:
return;
}
#if !HAVE_ERT
OPM_THROW(std::runtime_error,
"The ERT libraries must be available to write Eclipse output!");
#else
ErtRestartFile restartFile(simulator_, reportStepIdx_);
restartFile.writeHeader(simulator_, reportStepIdx_);
@ -260,6 +264,7 @@ public:
// next time we take the next report step
++ reportStepIdx_;
#endif
}
/*!