diff --git a/python_tools/void_python_tools/backend/launchers.py b/python_tools/void_python_tools/backend/launchers.py index ec53388..e0f5b8d 100755 --- a/python_tools/void_python_tools/backend/launchers.py +++ b/python_tools/void_python_tools/backend/launchers.py @@ -111,7 +111,7 @@ def launchGenerate(sample, binPath, workDir=None, inputDataDir=None, dataFileLine = "multidark " + datafile elif sample.dataFormat == "gadget": dataFileLine = "gadget " + datafile - + iX = float(sample.mySubvolume[0]) iY = float(sample.mySubvolume[1])