BlackoilOutputWriter: added support for backup and restore.

This first implementation is mainly to support faster debugging.
This commit is contained in:
Robert K
2015-02-11 12:46:11 +01:00
parent 2f632bc9c3
commit a834e55f5a
6 changed files with 459 additions and 3 deletions

View File

@@ -186,6 +186,7 @@ namespace Opm
}
const WellMapType& wellMap() const { return wellMap_; }
WellMapType& wellMap() { return wellMap_; }
private:
std::vector<double> perfphaserates_;