Ignore:
Timestamp:
07/30/10 13:16:33 (22 months ago)
Author:
tabel
Message:

Added radial and tangential velocity as well as cylindrical radius for the particles as a derived field.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/TOOLS/hdf5_read_routines.pro

    r28 r30  
    167167  endif else mgident = '/Grid'+string(gin.num , format='(I8.8)')+'/' 
    168168 
    169  
    170169; sort them by file name so we only open & close every file just once 
    171170  oind    = sort(files) 
     
    214213                                ; ...  
    215214     tind = where(strmatch(ufiles, '*/') eq 0) 
    216      if strmatch(file_name, '*/') and tind[0] ne -1 then file_name = ufiles[tind[0]]  
     215     if strmatch(file_name, '*/') and tind[0] ne -1 then file_name =  ufiles[tind[0]]  
     216 
    217217 
    218218; next three lines are the hack 
Note: See TracChangeset for help on using the changeset viewer.