Ignore:
Timestamp:
08/08/08 14:31:53 (16 years ago)
Author:
pinsard
Message:

improvements of headers (alignments)

File:
1 edited

Legend:

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

    r371 r372  
    3737; @param index1 {in}{required} 
    3838; can have 2 forms: 
    39 ; 1)a vector containing indexes of lines we want to keep 
    40 ; 2)the string '*' if we want to keep all lines. 
     39; 
     40;  1) a vector containing indexes of lines we want to keep 
     41;  2) the string '*' if we want to keep all lines. 
    4142; 
    4243; @param index2 {in}{required} 
     
    5051; 
    5152; @returns 
    52 ; a matrix 1,2,3 or 4d extract from input array 
     53; a matrix 1d, 2d, 3d or 4d extract from input array 
    5354; -1 in case of mistake 
    5455; 
     
    6263; 
    6364; other ex: 
     65;   IDL> a=[['a','b','c'],['d','e','f'],['g','h','i']] 
    6466;   IDL> print, a 
    6567; a b c 
     
    7274; @history 
    7375; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    74                     12/1/1999 
    75                     29/4/1999: correction of a bug and complement of the heading 
     76- 12/1/1999 
     77- 29/4/1999: correction of a bug and complement of the heading 
    7678; 
    7779; @version 
Note: See TracChangeset for help on using the changeset viewer.