need to search for cumulative tag

This commit is contained in:
Martin Diehl 2018-06-19 23:42:15 +02:00
parent 76fcf6b204
commit 5302782dad
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)