Ignore:
Timestamp:
03/26/07 17:37:03 (17 years ago)
Author:
pinsard
Message:

replace some print by some report in some .pro (continuation) + improvements/corrections of some *.pro headers

File:
1 edited

Legend:

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

    r163 r237  
    11;+ 
     2; 
    23; @hidden 
    34; 
     
    78; 
    89; @todo seb 
     10; 
    911;- 
    1012; 
    11 function cmset_op_uniq, a 
     13FUNCTION cmset_op_uniq, a 
    1214; 
    1315  compile_opt idl2, strictarrsubs 
     
    129131;  SET_UTILS.PRO by RSI 
    130132; 
    131 ; @history Written, CM, 23 Feb 2000 
     133; @history  
     134; Written, CM, 23 Feb 2000 
    132135;   Added empty set capability, CM, 25 Feb 2000 
    133136;   Documentation clarification, CM 02 Mar 2000 
     
    160163;   craigm\@lheamail.gsfc.nasa.gov 
    161164; 
    162 ; @version $Id$ 
     165; @version  
     166; $Id$ 
    163167; 
    164168; @examples 
     
    192196; 
    193197;- 
    194  
    195  
    196 function cmset_op, a, op0, b, not1=not1, not2=not2, count=count, $ 
     198; 
     199FUNCTION cmset_op, a, op0, b, not1=not1, not2=not2, count=count, $ 
    197200              empty1=empty1, empty2=empty2, maxarray=ma, index=index 
    198201; 
Note: See TracChangeset for help on using the changeset viewer.