Output SSOL to restart file if present
This commit is contained in:
parent
204ca5932b
commit
bf892a7976
@ -50,6 +50,7 @@ namespace data {
|
||||
SGAS,
|
||||
RS,
|
||||
RV,
|
||||
SSOL,
|
||||
};
|
||||
|
||||
inline bool has( key ) const;
|
||||
|
@ -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 ] ) );
|
||||
|
Loading…
Reference in New Issue
Block a user