mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add additional WBS curves and rewrite parameters
This commit is contained in:
@@ -500,12 +500,12 @@ std::map<std::string, std::vector<std::string>>
|
||||
}
|
||||
else if ( resPos == RIG_WELLPATH_DERIVED )
|
||||
{
|
||||
std::vector<QString> angles = RiaDefines::wellPathAngleResultNames();
|
||||
std::vector<QString> angles = RiaDefines::wbsAngleResultNames();
|
||||
for ( QString angle : angles )
|
||||
{
|
||||
fieldCompNames[angle.toStdString()];
|
||||
}
|
||||
std::vector<QString> derivedResults = RiaDefines::wellPathStabilityResultNames();
|
||||
std::vector<QString> derivedResults = RiaDefines::wbsDerivedResultNames();
|
||||
for ( QString result : derivedResults )
|
||||
{
|
||||
fieldCompNames[result.toStdString()];
|
||||
|
||||
Reference in New Issue
Block a user