Ignore:
Timestamp:
09/25/07 12:16:00 (17 years ago)
Author:
pinsard
Message:

typo

File:
1 edited

Legend:

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

    r262 r295  
    3838;              but not both; 
    3939; 
    40 ;   Sets as defined here are one dimensional arrays composed of 
     40;   Sets as defined here is one dimensional array composed of 
    4141;   numeric or string types. Comparisons of equality between elements 
    4242;   are done using the IDL EQ operator. 
     
    353353              if NOT keyword_set(not1) AND NOT keyword_set(not2) then begin 
    354354 
    355                   ;; Special case: if there are one in each set, and 
     355                  ;; Special case: if there is one in each set, and 
    356356                  ;; they are equal, then the SHIFT() technique below 
    357357                  ;; fails.  Do this one by hand. 
Note: See TracChangeset for help on using the changeset viewer.