Ignore:
Timestamp:
04/17/14 10:49:43 (10 years ago)
Author:
pinsard
Message:

fix thanks to coding rules; typo; dupe empty lines; trailing blanks

File:
1 edited

Legend:

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

    r414 r495  
    1414; effect on the result 
    1515; 
    16 ; @param b {in}{required}  
     16; @param b {in}{required} 
    1717; see a 
    1818; 
     
    2020; an array containing the set of values in a and b. 
    2121; 
    22 ; @restrictions  
     22; @restrictions 
    2323; These functions will not be efficient on sparse sets with wide 
    24 ; ranges, as they trade memory for efficiency.  
     24; ranges, as they trade memory for efficiency. 
    2525; The <proidl>HISTOGRAM</proidl> function 
    2626; is used, which creates arrays of size equal to the range of the 
     
    3131;   IDL> a = [2,4,6,8] 
    3232;   IDL> b = [6,1,3,2] 
    33 ;   IDL> res=union(a,b)  
     33;   IDL> res=union(a,b) 
    3434;   IDL> print, res 
    3535;           1           2           3           4           5           6 
Note: See TracChangeset for help on using the changeset viewer.