Ignore:
Timestamp:
08/25/11 13:02:20 (13 years ago)
Author:
pinsard
Message:

get rid of multistatement lines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/paper01/fig4/fig4_met_var_correction_scatter.pro

    r85 r94  
    106106print, xx, yy 
    107107ab=linfit(mean, bias,yfit=yfit) 
    108 a=float(ab(0)) & b=float(ab(1)) 
     108a=float(ab(0))  
     109b=float(ab(1)) 
    109110oplot, mean, yfit, thick=3, color=50 
    110111print, a,b 
     
    134135 
    135136ab=linfit(mean, bias,yfit=yfit) 
    136 a=float(ab(0)) & b=float(ab(1)) 
     137a=float(ab(0))  
     138b=float(ab(1)) 
    137139oplot, mean, yfit, thick=3, color=50 
    138140print, a,b 
     
    161163 
    162164ab=linfit(mean, bias,yfit=yfit) 
    163 a=float(ab(0)) & b=float(ab(1)) 
     165a=float(ab(0))  
     166b=float(ab(1)) 
    164167oplot, mean, yfit, thick=3, color=50 
    165168print, a,b 
     
    188191 
    189192ab=linfit(mean, bias,yfit=yfit) 
    190 a=float(ab(0)) & b=float(ab(1)) 
     193a=float(ab(0))  
     194b=float(ab(1)) 
    191195oplot, mean, yfit, thick=3, color=50 
    192196 
Note: See TracChangeset for help on using the changeset viewer.