mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
updated velocity reader
This commit is contained in:
parent
c27b09b08d
commit
303650fa4b
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue