diff --git a/python_tools/void_python_tools/partUtil/partUtil.py b/python_tools/void_python_tools/partUtil/partUtil.py index ba16b8a..aeec74c 100644 --- a/python_tools/void_python_tools/partUtil/partUtil.py +++ b/python_tools/void_python_tools/partUtil/partUtil.py @@ -120,7 +120,7 @@ def loadPartVel(workDir, sampleDir, sample): vx = File.variables['vel_x'][0:] vy = File.variables['vel_y'][0:] - vx = File.variables['vel_z'][0:] + vz = File.variables['vel_z'][0:] File.close()