mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix wrong use of macros in constructor causing crash triggered by regression tests
This commit is contained in:
@@ -76,16 +76,6 @@ RicExportCompletionDataSettingsUi::RicExportCompletionDataSettingsUi()
|
||||
m_displayForSimWell = true;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RicExportCompletionDataSettingsUi::RicExportCompletionDataSettingsUi(bool onlyWellPathCollectionSelected)
|
||||
{
|
||||
RicExportCompletionDataSettingsUi();
|
||||
|
||||
setOnlyWellPathCollectionSelected(onlyWellPathCollectionSelected);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user