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/ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildreadcmd.pro

    r172 r231  
    11;+ 
    2 ;  
    3 ; @param BASE {in}{required}  
     2; 
     3; @param BASE {in}{required} 
    44; The id of the widget where apply the drawing. 
    55; 
    66; @param SNAMEEXP {in}{required} 
    77; 
    8 ; 
    98; @param PROCEDURE {in}{required} 
    10 ; 
    119; 
    1210; @param TYPE {in}{required} 
    1311; 
    14 ;  
    1512; @keyword BOXZOOM 
    16 ; Vector indicating the geographic zone on which we want to cut the map.  
    17 ; If BOXZOOM has :  
     13; Vector indicating the geographic zone on which we want to cut the map. 
     14; If BOXZOOM has : 
    1815;   1 element : The extraction is made on [lon1, lon2, lat1, lat2, 0.,boxzoom[0]] 
    1916;   2 elements: The extraction is made on [lon1, lon2, lat1, lat2, boxzoom[0],boxzoom[1]] 
    2017;   4 elements: The extraction is made on [Boxzoom, 0, max([gdept, gdepw])] 
    2118;   5 elements: The extraction is made on [Boxzoom[0:3], 0, Boxzoom[4]] 
    22 ;   6 elements: The extraction is made on Boxzoom  
     19;   6 elements: The extraction is made on Boxzoom 
    2320; Where lon1, lon2,lat1,lat2 are global variables defined at the last domdef! 
    2421; 
    2522; @keyword COMPLETE 
    2623; 
    27  
    2824; @keyword NAMEFIELD 
    29 ; 
    3025; 
    3126; @uses 
    3227; common.pro 
    33 ;  
     28; 
    3429; @history 
    3530; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    36 ;  
    37 ; @version  
     31; 
     32; @version 
    3833; $Id$ 
    3934; 
     
    7772; get the options 
    7873; 
    79   options = extractatt(top_uvalue, 'options')    
     74  options = extractatt(top_uvalue, 'options') 
    8075  flags = extractatt(top_uvalue, 'optionsflag') 
    8176  flags = flags[*, numdessinin] 
Note: See TracChangeset for help on using the changeset viewer.