"step" header is modified to "inc" to be consistent with postResults outputs.

This commit is contained in:
Onur Guevenc 2011-06-09 12:39:08 +00:00
parent a72a97f0ba
commit d52fb1666e
1 changed files with 1 additions and 1 deletions

View File

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