Add missing energy to unit system measure table

This commit is contained in:
Joakim Hove
2019-08-15 07:10:00 +02:00
parent 1ff60496c6
commit bef36f6c0d
2 changed files with 4 additions and 1 deletions

View File

@@ -71,7 +71,8 @@ namespace Opm {
oil_inverse_formation_volume_factor,
water_inverse_formation_volume_factor,
liquid_productivity_index,
gas_productivity_index
gas_productivity_index,
energy
};
explicit UnitSystem(UnitType unit = UnitType::UNIT_TYPE_METRIC);