#5213 Use class enum for RimGeoMechCase::BiotCoefficientType

This commit is contained in:
Kristian Bendiksen
2020-04-14 06:11:32 +02:00
parent d9c01f2486
commit 6756533904
3 changed files with 20 additions and 16 deletions

View File

@@ -53,7 +53,7 @@ public:
CASE_OPEN_ERROR
};
enum BiotCoefficientType
enum class BiotCoefficientType
{
BIOT_NONE = 0,
BIOT_FIXED,