mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1596 Rename to RiaEclipseUnitTools
This commit is contained in:
@@ -451,7 +451,7 @@ double RimWellPath::combinedScaleFactor() const
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimWellPath::setUnitSystem(RimUnitSystem::UnitSystem unitSystem)
|
||||
void RimWellPath::setUnitSystem(RiaEclipseUnitTools::UnitSystem unitSystem)
|
||||
{
|
||||
m_unitSystem = unitSystem;
|
||||
}
|
||||
@@ -459,7 +459,7 @@ void RimWellPath::setUnitSystem(RimUnitSystem::UnitSystem unitSystem)
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimUnitSystem::UnitSystem RimWellPath::unitSystem() const
|
||||
RiaEclipseUnitTools::UnitSystem RimWellPath::unitSystem() const
|
||||
{
|
||||
return m_unitSystem();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user