increment information got lost

This commit is contained in:
Martin Diehl 2016-04-21 11:31:02 +02:00
parent 8ec9243016
commit 28423d4b45
1 changed files with 2 additions and 1 deletions

View File

@ -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 --------------------------------