From 3df7da6b89eb40ece6f5ce53c80fa7260b7f61f4 Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <dmitri.naumov@ufz.de>
Date: Thu, 18 Jan 2018 15:50:58 +0100
Subject: [PATCH] [PL] LIE/SD; Call fracture state push-back().

---
 .../LocalAssembler/IntegrationPointDataFracture.h                | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ProcessLib/LIE/SmallDeformation/LocalAssembler/IntegrationPointDataFracture.h b/ProcessLib/LIE/SmallDeformation/LocalAssembler/IntegrationPointDataFracture.h
index bbfea151eb1..f25edaeb910 100644
--- a/ProcessLib/LIE/SmallDeformation/LocalAssembler/IntegrationPointDataFracture.h
+++ b/ProcessLib/LIE/SmallDeformation/LocalAssembler/IntegrationPointDataFracture.h
@@ -52,6 +52,7 @@ struct IntegrationPointDataFracture final
         _w_prev = _w;
         _sigma_prev = _sigma;
         _aperture_prev = _aperture;
+        _material_state_variables->pushBackState();
     }
 
     EIGEN_MAKE_ALIGNED_OPERATOR_NEW;
-- 
GitLab