mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
@@ -560,3 +560,13 @@ size_t RimWellLogPlot::trackIndex(RimWellLogTrack* track)
|
||||
return m_tracks.index(track);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimWellLogPlot::setDepthUnit(RimDefines::DepthUnitType depthUnit)
|
||||
{
|
||||
m_depthUnit = depthUnit;
|
||||
|
||||
updateTracks();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user