Ignore:
Timestamp:
08/29/06 14:59:46 (18 years ago)
Author:
navarro
Message:

header improvements : type of parameters and keywords, default values, spell checking + idldoc assistant (IDL online_help)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Matrix/cmset_op.html

    r157 r163  
    720720 
    721721   The complements of either set can be taken as well, by using the 
    722    NOT1 and NOT2 keywords. For example, it may be desireable to find 
     722   NOT1 and NOT2 keywords. For example, it may be desirable to find 
    723723   the elements in A but not B, or B but not A (they are different!). 
    724724   The following IDL expressions achieve each of those effects: 
     
    773773 The resulting set as a one-dimensional array. The set may be 
    774774 represented by either an array of data values (default), or an 
    775  array of indices (if INDEX is set). Duplicate elements, if any, 
     775 array of indexes (if INDEX is set). Duplicate elements, if any, 
    776776 are removed, and element order may not be preserved. 
    777777 
     
    813813              <span class="attr">required</span> 
    814814               
    815                
     815              <span class="attr">type:</span> <span class="value">string</span> 
    816816               
    817817               
     
    952952         
    953953            <div class="comments"> 
    954  if set, then return a list of indices instead of the array 
     954 if set, then return a list of indexes instead of the array 
    955955 values themselves. The "slower" set operations are always 
    956956 performed in this case. 
    957957 
    958  The indices refer to the *combined* array [A,B]. To 
     958 The indexes refer to the *combined* array [A,B]. To 
    959959 clarify, in the following call: I = CMSET_OP(..., /INDEX); 
    960960 returned values from 0 to NA-1 refer to A[I], and values 
     
    995995          <h3>Version history</h3> 
    996996           
    997           <h4>Version</h4><div class="preformat"> $Id: cmset_op.pro 136 2006-07-10 15:20:19Z pinsard $ 
     997          <h4>Version</h4><div class="preformat"> $Id: cmset_op.pro 157 2006-08-21 09:01:50Z navarro $ 
    998998</div> 
    999999          <h4>History</h4><div class="preformat"> Written, CM, 23 Feb 2000 
     
    10441044           
    10451045         
     1046          <h3>Statistics</h3> 
     1047          <table class="statistics"> 
     1048            <tr><td>McCabe cyclic</td><td>          62</td></tr> 
     1049            <tr><td>McCabe essential</td><td>          12</td></tr> 
     1050            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     1051          </table> 
    10461052           
    10471053         
Note: See TracChangeset for help on using the changeset viewer.