(#592) Refactored and renamed to make ready to fix for Track operations

This commit is contained in:
Jacob Støren
2015-10-28 17:28:00 +01:00
parent 07916f55ce
commit 0d41d15fe9
5 changed files with 59 additions and 38 deletions

View File

@@ -529,3 +529,11 @@ QString RimWellLogPlot::depthPlotTitle() const
return depthTitle;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
size_t RimWellLogPlot::trackIndex(RimWellLogPlotTrack* track)
{
return m_tracks.index(track);
}