Changeset 260 for trunk/SRC/Matrix


Ignore:
Timestamp:
08/20/07 17:24:57 (17 years ago)
Author:
pinsard
Message:

only uppercase between <proidl>...</proidl> in perspective of links to /usr/local_macosx/idl/idl_6.2/idl_6.2/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Matrix/cmapply.pro

    r238 r260  
    155155; @keyword TYPE {default=same as input type} 
    156156; Set this to the IDL code of the desired output type (refer 
    157 ; to documentation of <proidl>SIZE</proidl>()). Internal results will be 
     157; to documentation of <proidl>SIZE</proidl>). Internal results will be 
    158158; rounded to the nearest integer if the output type is an 
    159159; integer type. 
     
    175175; @examples 
    176176; 
    177 ;   First example:  Shows how CMAPPLY can be used to total the second dimension of the 
    178 ;   array called IN.  This is equivalent to OUT = TOTAL(IN, 2) 
     177;   First example:   
     178;   Shows how <pro>cmpapply</pro> can be used to total the second dimension of  
     179;   the array called IN. This is equivalent to OUT = TOTAL(IN, 2) 
    179180; 
    180181;   IDL> IN  = INDGEN(5,5) 
Note: See TracChangeset for help on using the changeset viewer.