missing initialization

can lead to infinite loops for no 'ping pong' (MSC.Marc)
This commit is contained in:
Martin Diehl 2020-04-27 13:39:32 +02:00
parent 40fd0040a9
commit 9750f267c8
1 changed files with 1 additions and 0 deletions

View File

@ -303,6 +303,7 @@ function crystallite_stress(dummyArgumentToPreventInternalCompilerErrorWithGCC)
s
logical, dimension(homogenization_maxNgrains,discretization_nIP,discretization_nElem) :: todo !ToDo: need to set some values to false for different Ngrains
todo = .false.
#ifdef DEBUG
if (iand(debug_level(debug_crystallite),debug_levelSelective) /= 0 &
.and. FEsolving_execElem(1) <= debug_e &