mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5161 Make the WBS parameter curves work right
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
#include "RigFormationNames.h"
|
||||
#include "RigHexIntersectionTools.h"
|
||||
#include "RigStatisticsDataCache.h"
|
||||
#include "RigWbsParameter.h"
|
||||
|
||||
#include "RimMainPlotCollection.h"
|
||||
#include "RimProject.h"
|
||||
@@ -510,6 +511,11 @@ std::map<std::string, std::vector<std::string>>
|
||||
{
|
||||
fieldCompNames[result.toStdString()];
|
||||
}
|
||||
std::set<RigWbsParameter> wbsParameters = RigWbsParameter::allParameters();
|
||||
for ( const RigWbsParameter& parameter : wbsParameters )
|
||||
{
|
||||
fieldCompNames[parameter.name().toStdString()];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user