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/Matrix/cmapply.pro

    r260 r262  
    176176; 
    177177;   First example:   
    178 ;   Shows how <pro>cmpapply</pro> can be used to total the second dimension of  
     178;   Shows how <pro>cmapply</pro> can be used to total the second dimension of  
    179179;   the array called IN. This is equivalent to OUT = TOTAL(IN, 2) 
    180180; 
     
    235235;- 
    236236; 
    237 FUNCTION cmapply, op, array, dimapply, double=dbl, type=type, $ 
    238                   functargs=functargs, nocatch=nocatch 
     237FUNCTION cmapply, op, array, dimapply, DOUBLE=dbl, TYPE=type, $ 
     238                  FUNCTARGS=functargs, NOCATCH=nocatch 
    239239; 
    240240  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.