diff --git a/PRIVATE b/PRIVATE index 13dfa0ee9..a4fed7a4b 160000 --- a/PRIVATE +++ b/PRIVATE @@ -1 +1 @@ -Subproject commit 13dfa0ee9d702782f0b7999f3f7fb2384f58d768 +Subproject commit a4fed7a4b285496f547a7b940f6b6d54419f2384 diff --git a/VERSION b/VERSION index bbcfb4711..06274f014 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v3.0.0-alpha2-602-ge2d4ab427 +v3.0.0-alpha2-619-ga99983145 diff --git a/src/homogenization.f90 b/src/homogenization.f90 index 90654ee99..f6ca104ae 100644 --- a/src/homogenization.f90 +++ b/src/homogenization.f90 @@ -276,8 +276,8 @@ subroutine materialpoint_stressAndItsTangent(dt,FEsolving_execIP,FEsolving_execE call phase_restore(ce,.false.) ! wrong name (is more a forward function) - if(homogState(ho)%sizeState > 0) homogState(ho)%State(:,me) = homogState(ho)%State0(:,me) - if(damageState_h(ho)%sizeState > 0) damageState_h(ho)%State(:,me) = damageState_h(ho)%State0(:,me) + if(homogState(ho)%sizeState > 0) homogState(ho)%state(:,me) = homogState(ho)%state0(:,me) + if(damageState_h(ho)%sizeState > 0) damageState_h(ho)%state(:,me) = damageState_h(ho)%state0(:,me) call damage_partition(ce) doneAndHappy = [.false.,.true.] @@ -450,7 +450,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))