not needed

This commit is contained in:
Martin Diehl 2023-12-28 19:18:25 +01:00
parent 77e1c5a8a7
commit aae99156b4
No known key found for this signature in database
GPG Key ID: 1FD50837275A0A9B
1 changed files with 1 additions and 5 deletions

View File

@ -384,7 +384,7 @@ contains
!--------------------------------------------------------------------------------------------------
!> @brief Initialize constitutive models for individual physics
!--------------------------------------------------------------------------------------------------
subroutine phase_init
subroutine phase_init()
integer :: &
ph, ce, co, ma
@ -544,11 +544,7 @@ subroutine crystallite_init()
ip, & !< counter in integration point loop
el, & !< counter in element loop
en, ph
type(tDict), pointer :: &
num_phase, &
phases
phases => config_material%get_dict('phase')
!$OMP PARALLEL DO PRIVATE(ce,ph,en)
do el = 1, discretization_Nelems