updated according to new convention for ip and nodes
This commit is contained in:
parent
df566f6466
commit
1a3bfc7d1f
|
@ -242,7 +242,7 @@ for filename in args:
|
|||
locol = -1
|
||||
|
||||
for col,head in enumerate(headings):
|
||||
if head == {True:'ip.x',False:'node.x'}[options.cell]:
|
||||
if head == {True:'1_ipinitialcoord',False:'1_nodeinitialcoord'}[options.cell]:
|
||||
locol = col
|
||||
maxcol = max(maxcol,col+3)
|
||||
break
|
||||
|
|
Loading…
Reference in New Issue