Adding the flag for PLYSHLOG keyword.

This commit is contained in:
Kai Bao
2015-06-01 10:52:49 +02:00
parent 47ef88806c
commit c6e240daae
7 changed files with 16 additions and 0 deletions

View File

@@ -116,6 +116,7 @@ namespace Opm
const bool disgas,
const bool vapoil,
const bool polymer,
const bool plyshlog,
std::shared_ptr<EclipseState> eclipse_state,
BlackoilOutputWriter& output_writer,
Opm::DeckConstPtr& deck,
@@ -131,6 +132,8 @@ namespace Opm
private:
const PolymerPropsAd& polymer_props_;
bool has_polymer_;
/// flag for PLYSHLOG keywords
bool has_plyshlog_;
DeckConstPtr deck_;
};