mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
BlackoilOutputWriter: added support for backup and restore.
This first implementation is mainly to support faster debugging.
This commit is contained in:
@@ -186,6 +186,7 @@ namespace Opm
|
||||
}
|
||||
|
||||
const WellMapType& wellMap() const { return wellMap_; }
|
||||
WellMapType& wellMap() { return wellMap_; }
|
||||
|
||||
private:
|
||||
std::vector<double> perfphaserates_;
|
||||
|
||||
Reference in New Issue
Block a user