From 1a3bfc7d1f60072f852b9214aa282d05d0a72889 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Tue, 24 Mar 2015 13:52:40 +0000 Subject: [PATCH] updated according to new convention for ip and nodes --- processing/post/3Dvisualize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processing/post/3Dvisualize.py b/processing/post/3Dvisualize.py index e4646b328..b7c5f0bb7 100755 --- a/processing/post/3Dvisualize.py +++ b/processing/post/3Dvisualize.py @@ -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