Ignore:
Timestamp:
08/21/07 16:19:32 (17 years ago)
Author:
pinsard
Message:

corrections of some headers and parameters and keywords case. change of pro2href to replace proidl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.pro

    r232 r262  
    212212; 
    213213FUNCTION cw_specifie, parent, ROW = row, COLUMN = column, UVALUE = uvalue, UNAME = uname, FRAME = frame, FORXXX = forxxx, _EXTRA = ex 
     214; 
     215  compile_opt idl2, strictarrsubs 
     216; 
    214217; checking exclusive keywords 
    215 ; 
    216   compile_opt idl2, strictarrsubs 
    217 ; 
    218218   column = keyword_set(column)*(1-keyword_set(row)) 
    219219   row = keyword_set(row)*(1-keyword_set(column)) +(keyword_set(row) EQ column) 
Note: See TracChangeset for help on using the changeset viewer.