Selecting a well path in 3d view can now update selected well path in well log plots

This commit is contained in:
jonjenssen
2022-08-17 00:18:12 +02:00
committed by Magne Sjaastad
parent 7607c19c7a
commit 1507894066
4 changed files with 33 additions and 8 deletions

View File

@@ -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 );
}