From 5fcb2c9f89cb4ffe591524c16e26e37bbb993b1f Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <github@naumov.de>
Date: Thu, 17 Dec 2020 14:00:48 +0100
Subject: [PATCH] [MPL] Remove no longer used "strain" variable.

---
 MaterialLib/MPL/VariableType.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MaterialLib/MPL/VariableType.h b/MaterialLib/MPL/VariableType.h
index eb972c825af..49e856c1545 100644
--- a/MaterialLib/MPL/VariableType.h
+++ b/MaterialLib/MPL/VariableType.h
@@ -56,7 +56,6 @@ enum class Variable : int
     phase_pressure,
     porosity,
     solid_grain_pressure,
-    strain,
     stress,
     temperature,
     total_stress,
-- 
GitLab