updated velocity reader

This commit is contained in:
P.M. Sutter 2014-01-31 10:44:42 -06:00
parent c27b09b08d
commit 303650fa4b

View file

@ -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()