Intel compiler detected use of unallocated variable

bug was in for a while
This commit is contained in:
Martin Diehl 2018-11-26 09:15:44 +01:00
parent 4c79e78218
commit cf4a0a69fd
1 changed files with 1 additions and 0 deletions

View File

@ -278,6 +278,7 @@ subroutine plastic_phenopowerlaw_init
else twinActive
allocate(prm%interaction_TwinTwin(0,0))
allocate(prm%xi_twin_0(0))
allocate(prm%gamma_twin_char(0))
endif twinActive
!--------------------------------------------------------------------------------------------------