yet another missing "then" in homogenization

This commit is contained in:
Franz Roters 2009-08-28 15:26:18 +00:00
parent c0d1140234
commit 4357e29e07
1 changed files with 1 additions and 1 deletions

View File

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