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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user