we read state0 after restart

This commit is contained in:
Vitesh Shah 2021-02-24 18:13:48 +01:00
parent e929da24e8
commit 7d90404e17
1 changed files with 1 additions and 1 deletions

View File

@ -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))