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
|
locol = -1
|
||||||
|
|
||||||
for col,head in enumerate(headings):
|
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
|
locol = col
|
||||||
maxcol = max(maxcol,col+3)
|
maxcol = max(maxcol,col+3)
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in New Issue