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/PLOTS/DESSINE/pltz.pro

    r226 r231  
    1 ;------------------------------------------------------------ 
    2 ;------------------------------------------------------------ 
    3 ;------------------------------------------------------------ 
    41;+ 
    52; 
     
    1512;         If the field is 2d, indicate, with the keyword BOXZOOM, geographic delineations of the boxzoom. 
    1613;         If the field is 3d, we extract the section on we average possibly before to do the plot. 
    17 ;         2)  a structure respecting all criterions specified by litchamp.pro. 
     14;         2)  a structure respecting all criterions specified by <pro>litchamp</pro>. 
    1815;          See IDL> xhelp,'litchamp'. The array contained in the structure must be 2 or 3d (See case 1) 
    1916; 
     
    8986; 
    9087; @keyword LABEL {default=0}{type=integer} 
    91 ; It choose the label's type corresponding to cases in label.pro. 
     88; It choose the label's type corresponding to cases in <pro>label</pro> 
    9289; Comment: When CONTOUR is activated, it only specify the label's type for colored isolines. 
    9390; For these one traced by a trait, use CONTLABEL. 
     
    159156; 
    160157;- 
    161 ;------------------------------------------------------------ 
    162 ;------------------------------------------------------------ 
    163 ;------------------------------------------------------------ 
    164 pro pltz, tab, giventype, givenmin, givenmax, BOXZOOM = boxzoom, CONTOUR = contour $ 
     158; 
     159PRO pltz, tab, giventype, givenmin, givenmax, BOXZOOM = boxzoom, CONTOUR = contour $ 
    165160          , ENDPOINTS = endpoints, INTERVALLE = intervalle, INV = inv, ZRATIO = zratio $ 
    166161          , CONTINTERVALLE = contintervalle, LABEL = label, CONTLABEL = contlabel $ 
     
    172167          , WDEPTH = wdepth, REALSECTION = realsection $ 
    173168          , _EXTRA = ex 
    174 ;--------------------------------------------------------- 
    175 ; include common 
    176169; 
    177170  compile_opt idl2, strictarrsubs 
     
    483476  return 
    484477end 
    485  
    486  
    487  
Note: See TracChangeset for help on using the changeset viewer.