From 28423d4b4561a26a15e072e1ae5aabdcb59bdf16 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Thu, 21 Apr 2016 11:31:02 +0200 Subject: [PATCH] increment information got lost --- processing/post/postResults.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/processing/post/postResults.py b/processing/post/postResults.py index 95b9eabf8..bd624cac5 100755 --- a/processing/post/postResults.py +++ b/processing/post/postResults.py @@ -1003,7 +1003,8 @@ fileOpen = False assembleHeader = True header = [] standard = ['inc'] + \ - ['time'] if options.time else [] + \ + {True: ['time'], + False:[]}[options.time] + \ ['elem','node','ip','grain','1_pos','2_pos','3_pos'] # --------------------------- loop over positions --------------------------------