mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5213 Use class enum for RimGeoMechCase::BiotCoefficientType
This commit is contained in:
@@ -53,7 +53,7 @@ public:
|
||||
CASE_OPEN_ERROR
|
||||
};
|
||||
|
||||
enum BiotCoefficientType
|
||||
enum class BiotCoefficientType
|
||||
{
|
||||
BIOT_NONE = 0,
|
||||
BIOT_FIXED,
|
||||
|
||||
Reference in New Issue
Block a user