mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#592) Refactored and renamed to make ready to fix for Track operations
This commit is contained in:
@@ -529,3 +529,11 @@ QString RimWellLogPlot::depthPlotTitle() const
|
||||
return depthTitle;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
size_t RimWellLogPlot::trackIndex(RimWellLogPlotTrack* track)
|
||||
{
|
||||
return m_tracks.index(track);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user