Ignore:
Timestamp:
03/19/07 18:15:51 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Obsolete/zeroun.pro

    r157 r231  
    1 ;------------------------------------------------------------ 
    2 ;------------------------------------------------------------ 
    3 ;------------------------------------------------------------ 
    41;+ 
    5 ; @file_comments  
     2; 
     3; @file_comments 
    64; Send back a vector or a matrix constituate of 0 and 1 in alternation 
    75; 
    8 ; you better use zero_one 
     6; you better use <pro>zero_one</pro> 
    97; 
    108; @obsolete 
    119; 
    12 ; @categories  
     10; @categories 
    1311; Function, Matrix 
    1412; 
    15 ; @param n1 {in}{required} number of elements in the first dimension 
    16 ; @param n2 {in}{required} numbre of elements in the second dimension 
     13; @param n1 {in}{required} 
     14; number of elements in the first dimension 
    1715; 
    18 ; @returns resultat 
    19 ;  
    20 ; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
     16; @param n2 {in}{required} 
     17; number of elements in the second dimension 
     18; 
     19; @returns 
     20; resultat 
     21; 
     22; @history 
     23; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    2124;                       1/12/98 
    2225; 
    23 ; @version $Id$ 
     26; @version 
     27; $Id$ 
    2428; 
    2529;- 
    26 ;------------------------------------------------------------ 
    27 ;------------------------------------------------------------ 
    28 ;------------------------------------------------------------ 
    29 function zeroun, n1,n2 
     30; 
     31FUNCTION zeroun, n1,n2 
    3032; 
    3133  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.