mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1234 - pre-proto - Adding time-step and property type for fracture polygon calculation
This commit is contained in:
@@ -182,16 +182,3 @@ void RigStimPlanFractureDefinition::computeMinMax(const QString& resultName, con
|
||||
}
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
std::vector<QString> RigStimPlanFractureDefinition::resultNames() const
|
||||
{
|
||||
std::vector<QString> names;
|
||||
|
||||
names.push_back("Conductivity");
|
||||
names.push_back("Permeability");
|
||||
names.push_back("Width");
|
||||
|
||||
return names;
|
||||
}
|
||||
|
||||
@@ -61,8 +61,6 @@ public:
|
||||
std::vector<std::vector<double>> getDataAtTimeIndex(const QString& resultName, const QString& unit, size_t timeStepIndex) const;
|
||||
void computeMinMax(const QString& resultName, const QString& unit, double* minValue, double* maxValue) const;
|
||||
|
||||
std::vector<QString> resultNames() const;
|
||||
|
||||
private:
|
||||
size_t resultIndex(const QString& resultName, const QString& unit) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user