mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3467 Improved code using RimWellPathComponentInterface
This commit is contained in:
@@ -60,7 +60,7 @@ namespace caf
|
||||
}
|
||||
|
||||
template<>
|
||||
void caf::AppEnum< RiaDefines::CompletionType >::setUp()
|
||||
void caf::AppEnum< RiaDefines::WellPathComponentType >::setUp()
|
||||
{
|
||||
addItem(RiaDefines::WELL_PATH, "WELL_PATH", "Well Path");
|
||||
addItem(RiaDefines::CASING, "CASING", "Casing");
|
||||
|
||||
@@ -40,7 +40,7 @@ namespace RiaDefines
|
||||
UNDEFINED = 999
|
||||
};
|
||||
|
||||
enum CompletionType {
|
||||
enum WellPathComponentType {
|
||||
// Well path construction features
|
||||
WELL_PATH,
|
||||
CASING,
|
||||
|
||||
Reference in New Issue
Block a user