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:
@@ -77,6 +77,22 @@ namespace caf
|
||||
}
|
||||
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
std::vector<RiaDefines::WellPathComponentType> RiaDefines::wellPathCompletionTypes()
|
||||
{
|
||||
return { PERFORATION_INTERVAL, FISHBONES, FRACTURE, ICD, AICD, ICV };
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
std::vector<RiaDefines::WellPathComponentType> RiaDefines::wellPathAttributeTypes()
|
||||
{
|
||||
return { CASING, LINER, PACKER };
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user