From 05f2775d686b06be434b6338016d3eb1bd477e19 Mon Sep 17 00:00:00 2001 From: John Omotani Date: Fri, 1 Jun 2018 17:40:25 +0100 Subject: [PATCH] Fix typo in collect mxg->myg Only affects reading from 'parallel' data files. --- tools/pylib/boutdata/collect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pylib/boutdata/collect.py b/tools/pylib/boutdata/collect.py index 1058108592..e56140d0d6 100644 --- a/tools/pylib/boutdata/collect.py +++ b/tools/pylib/boutdata/collect.py @@ -136,7 +136,7 @@ def getDataFile(i): ystart = 0 ylim = None else: - ystart = mxg + ystart = myg if myg > 0: ylim = -myg else: