proper indentation

This commit is contained in:
Martin Diehl 2020-12-23 12:15:17 +01:00
parent 83d545782e
commit fef525aee1
1 changed files with 69 additions and 76 deletions

View File

@ -1025,9 +1025,6 @@ function crystallite_stress(co,ip,el)
subLi0 !< intermediate velocity grad at start of crystallite inc
!--------------------------------------------------------------------------------------------------
! initialize to starting condition
crystallite_subStep(co,ip,el) = 0.0_pReal
@ -1119,10 +1116,6 @@ function crystallite_stress(co,ip,el)
call integrateSourceState(co,ip,el)
endif
!--------------------------------------------------------------------------------------------------
! integrate --- requires fully defined state array (basic + dependent state)
if (.not. crystallite_converged(co,ip,el) .and. crystallite_subStep(co,ip,el) > num%subStepMinCryst) & ! do not try non-converged but fully cutbacked any further
todo = .true.
enddo cutbackLooping