Refactor: register keyword aliases for WellLogFile.

This commit is contained in:
Kristian Bendiksen
2024-06-17 14:37:57 +02:00
parent 81eca2c893
commit 80f269715b
9 changed files with 23 additions and 18 deletions

View File

@@ -60,7 +60,8 @@ RimWellLogLasFileCurve::RimWellLogLasFileCurve()
CAF_PDM_InitFieldNoDefault( &m_wellLogChannelName, "CurveWellLogChannel", "Well Log Channel" );
CAF_PDM_InitFieldNoDefault( &m_wellLog, "WellLogFile", "Well Log File" );
CAF_PDM_InitFieldNoDefault( &m_wellLog, "WellLog", "Well Log" );
m_wellLog.registerKeywordAlias( "WellLogFile" );
m_wellPath = nullptr;
}