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/inter.pro

    r378 r495  
    99; Calculation 
    1010; 
    11 ; @param a {in}{required}  
     11; @param a {in}{required} 
    1212; arrays of positive integers, which need not to be 
    1313; sorted. Duplicate elements are ignored, as they have no effect on the 
    1414; result 
    1515; 
    16 ; @param b {in}{required}  
     16; @param b {in}{required} 
    1717; see a 
    1818; 
     
    2323; -1. 
    2424; 
    25 ; @restrictions  
     25; @restrictions 
    2626; These functions will not be efficient on sparse sets with wide 
    27 ; ranges, as they trade memory for efficiency.  
     27; ranges, as they trade memory for efficiency. 
    2828; The <proidl>HISTOGRAM</proidl> function 
    2929; is used, which creates arrays of size equal to the range of the 
Note: See TracChangeset for help on using the changeset viewer.