mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2063 Added support for showing RelPerm plot curves without end-point scaling
This commit is contained in:
@@ -78,9 +78,11 @@ public:
|
||||
struct RelPermCurve
|
||||
{
|
||||
enum Ident { KRW, KRG, KROW, KROG, PCOW, PCOG };
|
||||
enum EpsMode { EPS_ON, EPS_OFF };
|
||||
|
||||
Ident ident;
|
||||
std::string name;
|
||||
EpsMode epsMode;
|
||||
std::vector<double> xVals;
|
||||
std::vector<double> yVals;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user