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/DIVERS/determineminmax.pro

    r226 r231  
    1 ;------------------------------------------------------------ 
    2 ;------------------------------------------------------------ 
    3 ;------------------------------------------------------------ 
    41;+ 
    52; 
     
    2724; 
    2825; @keyword _EXTRA 
    29 ; used to pass your keywords 
     26; Used to pass keywords 
    3027; 
    3128; @keyword USETRI 
     
    5451; 
    5552;- 
    56 ;------------------------------------------------------------ 
    57 ;------------------------------------------------------------ 
    58 ;------------------------------------------------------------ 
     53; 
    5954PRO determineminmax, tab, mask, vraimin, vraimax, glam, gphi, MAXIN = maxin, MININ = minin, INTERVALLE = intervalle, usetri = usetri, ZEROMIDDLE = zeromiddle, _extra = ex 
    6055; 
     
    6257; 
    6358@common 
    64 ;----------------------------------------------------------------------------- 
    65 ;----------------------------------------------------------------------------- 
     59; 
    6660; Type of the vertical grid: 
    6761  if vargrid EQ 'W' then nz = nzw ELSE nz = nzt 
Note: See TracChangeset for help on using the changeset viewer.