Merge branch '30_parsePhasePartOnce' into 19-NewStylePhenopowerlaw

This commit is contained in:
Martin Diehl 2018-06-19 23:44:16 +02:00
commit 8bcaaf11a5
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ subroutine crystallite_init
do c = 1_pInt, material_Ncrystallite
if (crystalliteConfig(c)%keyExists('output') )then
if (crystalliteConfig(c)%keyExists('(output)') )then
str = crystalliteConfig(c)%getStrings('(output)')
do o = 1_pInt, size(str)
crystallite_output(o,c) = str(o)