From 1851b66cb4b9791a5792db8eb318c81bd2549de0 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Wed, 7 Apr 2021 14:56:11 +0200 Subject: [PATCH] use new data container --- src/homogenization_damage.f90 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/homogenization_damage.f90 b/src/homogenization_damage.f90 index c58d7d27e..59f39ce9f 100644 --- a/src/homogenization_damage.f90 +++ b/src/homogenization_damage.f90 @@ -150,6 +150,7 @@ module subroutine damage_nonlocal_putNonLocalDamage(phi,ce) ho = material_homogenizationID(ce) en = material_homogenizationEntry(ce) damagestate_h(ho)%state(1,en) = phi + current(ho)%phi(en) = phi end subroutine damage_nonlocal_putNonLocalDamage