#2063 Added support for showing RelPerm plot curves without end-point scaling

This commit is contained in:
sigurdp
2017-11-23 11:51:24 +01:00
parent 14c1b5a595
commit 65fe3ba902
4 changed files with 48 additions and 18 deletions

View File

@@ -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;
};