Ignore:
Timestamp:
06/19/06 16:14:56 (18 years ago)
Author:
smasson
Message:

new compilation options (compile_opt idl2, strictarrsubs) in each routine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/STRING/lenstr.pro

    r97 r114  
    2727 
    2828function lenstr,str 
     29; 
     30  compile_opt idl2, strictarrsubs 
     31; 
    2932   dsave=!d.name 
    3033 
     
    5457         w=fltarr(nn) 
    5558         for i=0,nn-1 do begin 
    56             xyouts,0,0,/device,str(i),width=ww 
    57             w(i)=ww 
     59            xyouts,0,0,/device,str[i],width=ww 
     60            w[i]=ww 
    5861         endfor 
    5962      end 
Note: See TracChangeset for help on using the changeset viewer.