mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user