Output SSOL to restart file if present

This commit is contained in:
Tor Harald Sandve 2016-09-22 14:54:10 +02:00
parent 204ca5932b
commit bf892a7976
2 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,7 @@ namespace data {
SGAS,
RS,
RV,
SSOL,
};
inline bool has( key ) const;

View File

@ -278,6 +278,9 @@ public:
if( cells.has( dc::SGAS ) )
this->add( ERT::EclKW<T>( "SGAS", cells[ dc::SGAS ] ) );
if (cells.has (dc::SSOL))
this->add (ERT::EclKW<T>("SSOL", cells[ dc::SSOL] ) );
// Write RS - Dissolved GOR
if( cells.has( dc::RS ) )
this->add( ERT::EclKW<T>("RS", cells[ dc::RS ] ) );