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/TRIANGULATION/tracecote.pro

    r29 r114  
    5555;-------------------------------------------------------------- 
    5656; include commons 
     57; 
     58  compile_opt idl2, strictarrsubs 
     59; 
    5760@cm_4data 
    5861@cm_4mesh 
     
    9093; de projection choisie et du suport surlequel on fait le dessin 
    9194; (ecran ou postscript) 
    92    z = convert_coord(xf(*),yf(*),/data,/to_normal)  
     95   z = convert_coord(xf[*],yf[*],/data,/to_normal)  
    9396   xf = reform(z[0, *], nx, ny) 
    9497   yf = reform(z[1, *], nx, ny) 
Note: See TracChangeset for help on using the changeset viewer.