From 5302782daddc0d0dec35003f938e3f938e17f984 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Tue, 19 Jun 2018 23:42:15 +0200 Subject: [PATCH] need to search for cumulative tag --- src/crystallite.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crystallite.f90 b/src/crystallite.f90 index 94f046605..17cf1570d 100644 --- a/src/crystallite.f90 +++ b/src/crystallite.f90 @@ -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)