mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Selecting a well path in 3d view can now update selected well path in well log plots
This commit is contained in:
committed by
Magne Sjaastad
parent
7607c19c7a
commit
1507894066
@@ -85,5 +85,5 @@ RimWellLogPlot& RimWellLogPlot::operator=( RimWellLogPlot&& rhs )
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimWellLogPlot::selectWell( QString wellName )
|
||||
{
|
||||
if ( m_commonDataSourceEnabled ) m_commonDataSource->selectSimWell( wellName );
|
||||
if ( m_commonDataSourceEnabled ) m_commonDataSource->selectWell( wellName );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user