mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Derive depth unit from unit system h
This commit is contained in:
parent
94c743b9ab
commit
3ce1acb29f
@ -19,6 +19,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "cafAppEnum.h"
|
||||
#include "RiaDefines.h"
|
||||
|
||||
class RiaEclipseUnitTools
|
||||
{
|
||||
@ -44,5 +45,7 @@ public:
|
||||
static double inchToFeet (double inch) { return (inch / 12.0); }
|
||||
|
||||
static double darcysConstant(UnitSystem unitSystem);
|
||||
|
||||
static RiaDefines::DepthUnitType depthUnit(UnitSystem unit);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user