Added getEclType() to UnitSystem
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
|
||||
#include <ert/ecl/ecl_util.h>
|
||||
|
||||
#include <opm/parser/eclipse/Units/Dimension.hpp>
|
||||
|
||||
namespace Opm {
|
||||
@@ -70,6 +72,7 @@ namespace Opm {
|
||||
|
||||
const std::string& getName() const;
|
||||
UnitType getType() const;
|
||||
ert_ecl_unit_enum getEclType( ) const;
|
||||
|
||||
void addDimension(const std::string& dimension, double SIfactor, double SIoffset = 0.0);
|
||||
void addDimension( Dimension );
|
||||
|
||||
Reference in New Issue
Block a user