updated according to new convention for ip and nodes

This commit is contained in:
Martin Diehl 2015-03-24 13:52:40 +00:00
parent df566f6466
commit 1a3bfc7d1f
1 changed files with 1 additions and 1 deletions

View File

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