label name inline with current scheme
This commit is contained in:
parent
fa5ebdd46b
commit
49b02ac1f2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue