mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2303 Formations: Update well path only when formation source changes
This commit is contained in:
@@ -242,7 +242,7 @@ void RimWellRftPlot::updateFormationsOnPlot() const
|
||||
|
||||
RimCase* formationNamesCase = m_wellLogPlot->trackByIndex(0)->formationNamesCase();
|
||||
|
||||
if ( !formationNamesCase )
|
||||
if (!formationNamesCase)
|
||||
{
|
||||
/// Set default case. Todo : Use the first of the selected cases in the plot
|
||||
std::vector<RimCase*> cases;
|
||||
|
||||
Reference in New Issue
Block a user