yet another missing "then" in homogenization
This commit is contained in:
parent
c0d1140234
commit
4357e29e07
|
@ -301,7 +301,7 @@ subroutine materialpoint_stressAndItsTangent(&
|
|||
if (homogenization_sizeState(i,e) > 0_pInt) &
|
||||
homogenization_subState0(i,e)%p = homogenization_state(i,e)%p ! ...internal state of homog scheme
|
||||
materialpoint_subF0(:,:,i,e) = materialpoint_subF(:,:,i,e) ! ...def grad
|
||||
elseif (materialpoint_requested(i,e)) ! this materialpoint just converged ! already at final time
|
||||
elseif (materialpoint_requested(i,e)) then ! this materialpoint just converged ! already at final time
|
||||
!$OMP CRITICAL (distributionHomog)
|
||||
debug_MaterialpointLoopDistribution(min(nHomog+1,NiterationHomog)) = &
|
||||
debug_MaterialpointLoopDistribution(min(nHomog+1,NiterationHomog)) + 1
|
||||
|
|
Loading…
Reference in New Issue