1. remove eclState from phaseCheck_ function.

2. rename messager_ to messages_.
3. change 0 and 1 to 0.0 and 1.0
4. change unsigned to int.
This commit is contained in:
Liu Ming
2015-11-30 10:42:57 +08:00
parent 324b562d3d
commit a96f9b0d3b
2 changed files with 98 additions and 100 deletions

View File

@@ -67,14 +67,13 @@ namespace Opm {
std::vector<Opm::EclEpsScalingPointsInfo<double> > unscaledEpsInfo_;
std::vector<Opm::EclEpsScalingPointsInfo<double> > scaledEpsInfo_;
std::vector<std::string> messager_;
std::vector<std::string> messages_;
///Display all the tables.
void keywordsDisplay_(EclipseStateConstPtr eclState);
///Check the phase that used.
void phaseCheck_(EclipseStateConstPtr eclState,
DeckConstPtr deck);
void phaseCheck_(DeckConstPtr deck);
///Check saturation family I and II.