Changeset 9


Ignore:
Timestamp:
09/24/09 17:46:41 (3 years ago)
Author:
tabel
Message:

Correct startup problem.

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/TOOLS/draw_current_cm.pro

    r8 r9  
    151151   dt = max(times)-times[time_index] 
    152152   dtlabel = '' 
    153    tstring = 'time='+Number_Formatter(timevalue,decimals=2)+timelabel  
     153   tstring = 'time='+Number_Formatter(timevalue,decimals=3)+timelabel  
    154154;   if (dt gt 0.) then tstring += ', remaining: ' +string(dt,FORMAT = 
    155155;   '(1F9.4)')+dtlabel 
  • trunk/TOOLS/get_data.pro

    r8 r9  
    159159; vvvvvvvv modify below vvvvvvvvvvvvv 
    160160 
    161 Nderived = 34 
     161Nderived = 33 
    162162 
    163163dfields = PTRARR(Nderived)  
  • trunk/TOOLS/hdf5_read_routines.pro

    r8 r9  
    202202  data_format = determine_data_format_from_file_name(ufiles[0]) 
    203203  particlemassname = 'particle mass' 
     204  particlemassname = 'particle_mass' 
    204205   
    205206  cnt = 0L 
     
    230231        cg = grids[ind[fi]+j] 
    231232        ra = cg.end_index-cg.start_index + 1 
    232         dd = (cg.right_edge-cg.left_edge)/ra 
     233        dd = double(cg.right_edge-cg.left_edge)/ra 
    233234        d = ra 
    234235        this_stride= (stride_defined) ? reform(stride[cnt,*]) : (intarr(n_elements(d)) + 1) 
  • trunk/TOOLS/shouldbe_logged.pro

    r6 r9  
    88         ((strpos(string, 'elocity') GE 0) and not (strpos(string, 'abs') GE 0)) OR $ 
    99         (strpos(string, 'orticity') GE 0) OR $ 
     10         (strpos(string, 'PotentialField') GE 0) OR $ 
    1011         (strpos(string, 'particle_pos') GE 0) OR $ 
    1112         (strpos(string, '_time') GE 0) OR $ 
  • trunk/WHATS_NEW

    r6 r9  
    11What's new file for Jaques: 
    2 07/09 Added suport to plot 1D data fields. Just go to the histogram tab select x on the  
     207/09 A few more derived fields added.  
     3      Added suport to plot 1D data fields. Just go to the histogram tab select x on the  
    34      first drop down list and say density on the second. Hit Ctrl+D and voila, 1D plot .. 
    45      Added a way to overide the default loggin behavior. I.e. say you want to see the  
Note: See TracChangeset for help on using the changeset viewer.