label name inline with current scheme

This commit is contained in:
Martin Diehl 2016-05-13 22:46:03 +02:00
parent fa5ebdd46b
commit 49b02ac1f2
1 changed files with 2 additions and 2 deletions

View File

@ -227,7 +227,7 @@ for filename in args:
locol = -1
for col,head in enumerate(headings):
if head == {True:'1_ipinitialcoord',False:'1_nodeinitialcoord'}[options.cell]:
if head == {True:'1_pos',False:'1_nodeinitialcoord'}[options.cell]:
locol = col
maxcol = max(maxcol,col+3)
break
@ -430,4 +430,4 @@ for filename in args:
vtk = open(os.path.join(head,what+'_'+os.path.splitext(tail)[0]+'.vtk'), 'w')
output(out[what],{'filepointer':vtk},'File')
vtk.close()
print
print