#3095 Add PP, OBG and SH to well path derived extraction curves.

This commit is contained in:
Gaute Lindkvist
2018-06-22 15:30:20 +02:00
parent 6cd5ae9e22
commit fab83846e6
3 changed files with 72 additions and 5 deletions

View File

@@ -487,6 +487,9 @@ std::map<std::string, std::vector<std::string> > RigFemPartResultsCollection::sc
fieldCompNames["Azimuth"];
fieldCompNames["FractureGradient"];
fieldCompNames["Inclination"];
fieldCompNames["PP"];
fieldCompNames["OBG"];
fieldCompNames["SH"];
fieldCompNames["ShearFailureGradient"];
}
}