From 49b02ac1f2b3a3d47943366c0f2e2db0a35ed788 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Fri, 13 May 2016 22:46:03 +0200 Subject: [PATCH] label name inline with current scheme --- processing/post/3Dvisualize.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/processing/post/3Dvisualize.py b/processing/post/3Dvisualize.py index 49736983a..e29a761df 100755 --- a/processing/post/3Dvisualize.py +++ b/processing/post/3Dvisualize.py @@ -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 \ No newline at end of file + print