Changeset 38


Ignore:
Timestamp:
10/18/10 07:30:35 (19 months ago)
Author:
tabel
Message:

remove newly introduced bug

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/TOOLS/construct_interpolated_slice_data.pro

    r36 r38  
    224224  if total(a.np_total) lt 1 then return, 0 
    225225  if verbose then print, 'constructing image' 
    226   zero = -1d-70 
     226  zero = -1e-30 
    227227  zero_solution_under_subgrid, u_g, a, ZERO=zero 
    228228 
  • trunk/WHATS_NEW

    r34 r38  
    33      - Added support for reading data from FLASH2  hdf5_plt  files. 
    44           http://flash.uchicago.edu/website/home/ 
     5      - Added use_on_small_screen option to give scroll bars in case you're 
     6        using this on a projector or a small screen. 
     7        Just put 
     8          initialize, wxysize, 500 
     9          initialize, use_on_small_screen, 1 
     10        in your ~/.jacquesrc file and you should be good to go. 
    5116/10  - mean relation in histograms added and made it accesible on the command line 
    612        in the variables meanx and meanh   
Note: See TracChangeset for help on using the changeset viewer.