mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Refactor: register keyword aliases for WellLogFile.
This commit is contained in:
@@ -133,7 +133,8 @@ RimWellPath::RimWellPath()
|
||||
CAF_PDM_InitScriptableFieldNoDefault( &m_completionSettings, "CompletionSettings", "Completion Settings" );
|
||||
m_completionSettings = new RimWellPathCompletionSettings;
|
||||
|
||||
CAF_PDM_InitFieldNoDefault( &m_wellLogs, "WellLogFiles", "Well Logs" );
|
||||
CAF_PDM_InitFieldNoDefault( &m_wellLogs, "WellLogs", "Well Logs" );
|
||||
m_wellLogs.registerKeywordAlias( "WellLogFiles" );
|
||||
|
||||
CAF_PDM_InitFieldNoDefault( &m_3dWellLogCurves, "CollectionOf3dWellLogCurves", "3D Track" );
|
||||
m_3dWellLogCurves = new Rim3dWellLogCurveCollection;
|
||||
|
||||
Reference in New Issue
Block a user