Ignore:
Timestamp:
08/07/08 11:32:02 (16 years ago)
Author:
pinsard
Message:

improvements of headers (alignments of IDL prompt in examples)

File:
1 edited

Legend:

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

    r325 r371  
    2929; 
    3030; @examples 
    31 ; IDL> a = [2,4,6,8] 
    32 ; IDL> b = [6,1,3,2] 
    33 ; IDL> union(a,b) = [ 1, 2, 3, 4, 6, 8]  ; Elements in either set 
     31; 
     32;   IDL> a = [2,4,6,8] 
     33;   IDL> b = [6,1,3,2] 
     34;   IDL> union(a,b) = [ 1, 2, 3, 4, 6, 8]  ; Elements in either set 
    3435; 
    3536; @history 
Note: See TracChangeset for help on using the changeset viewer.