elseif contained only debug statements, not needed

This commit is contained in:
Test User 2018-07-03 21:58:28 +02:00
parent a308b2130a
commit efee9d98e7
1 changed files with 0 additions and 5 deletions

View File

@ -720,11 +720,6 @@ subroutine materialpoint_stressAndItsTangent(updateJaco,dt)
hydrogenfluxState(mappingHomogenization(2,i,e))%State( :,mappingHomogenization(1,i,e))! ...internal hydrogen transport state
materialpoint_subF0(1:3,1:3,i,e) = materialpoint_subF(1:3,1:3,i,e) ! ...def grad
!$OMP FLUSH(materialpoint_subF0)
elseif (materialpoint_requested(i,e)) then steppingNeeded ! already at final time (??)
if (iand(debug_level(debug_homogenization), debug_levelBasic) /= 0_pInt) then
!$OMP CRITICAL (distributionHomog)
!$OMP END CRITICAL (distributionHomog)
endif
endif steppingNeeded
else converged