"step" header is modified to "inc" to be consistent with postResults outputs.
This commit is contained in:
parent
a72a97f0ba
commit
d52fb1666e
|
@ -65,7 +65,7 @@ for file in files:
|
|||
# ------------------------------------------ assemble header ---------------------------------------
|
||||
|
||||
output = '1\theader\n' + \
|
||||
'\t'.join(['step','iteration']) + '\n'
|
||||
'\t'.join(['inc','iteration']) + '\n'
|
||||
|
||||
if options.memory:
|
||||
data = file['input'].readlines()
|
||||
|
|
Loading…
Reference in New Issue