diff --git a/ProcessLib/LIE/SmallDeformation/LocalAssembler/IntegrationPointDataFracture.h b/ProcessLib/LIE/SmallDeformation/LocalAssembler/IntegrationPointDataFracture.h index bbfea151eb16a4d8ad988d12b5a11381dbc26b7b..f25edaeb910eb963f9eb2b2d74fca4b51009c881 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;