From 7d90404e1724ef6699e55f4c89017209e3c1cf3c Mon Sep 17 00:00:00 2001 From: Vitesh Shah Date: Wed, 24 Feb 2021 18:13:48 +0100 Subject: [PATCH] we read state0 after restart --- src/homogenization.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/homogenization.f90 b/src/homogenization.f90 index 4d1d87406..1de8bb93a 100644 --- a/src/homogenization.f90 +++ b/src/homogenization.f90 @@ -478,7 +478,7 @@ subroutine homogenization_restartRead(fileHandle) groupHandle(2) = HDF5_openGroup(groupHandle(1),material_name_homogenization(ho)) - call HDF5_read(groupHandle(2),homogState(ho)%state,'omega') ! ToDo: should be done by mech + call HDF5_read(groupHandle(2),homogState(ho)%state0,'omega') ! ToDo: should be done by mech call HDF5_closeGroup(groupHandle(2))