mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3482 Fix Eclipse property filter behaviour by reverting order of WellPathComponentType enum
This commit is contained in:
@@ -41,19 +41,22 @@ namespace RiaDefines
|
||||
};
|
||||
|
||||
enum WellPathComponentType {
|
||||
// Well path construction features
|
||||
// Production Tube
|
||||
WELL_PATH,
|
||||
CASING,
|
||||
LINER,
|
||||
PACKER,
|
||||
// Well path flow completions
|
||||
PERFORATION_INTERVAL,
|
||||
FISHBONES,
|
||||
FRACTURE,
|
||||
ICD,
|
||||
AICD,
|
||||
ICV
|
||||
ICV,
|
||||
// Well path construction features
|
||||
CASING,
|
||||
LINER,
|
||||
PACKER
|
||||
};
|
||||
std::vector<WellPathComponentType> wellPathCompletionTypes();
|
||||
std::vector<WellPathComponentType> wellPathAttributeTypes();
|
||||
|
||||
bool isPerCellFaceResult(const QString& resultName);
|
||||
|
||||
|
Reference in New Issue
Block a user