Ignore:
Timestamp:
09/21/06 15:55:54 (18 years ago)
Author:
pinsard
Message:

remove format=raw in all html files 2/2; add svn keyword to idldoc-lib.adp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Tests/TestsOld/tst_pltt_old.pro

    r157 r189  
    11;+ 
    2 ; @file_comments  
    3 ;  
    4 ;  
    5 ; @categories 
    6 ;  
    7 ;  
    8 ; @keyword IMAGE 
    9 ;  
    10 ;  
    11 ; @returns 
    12 ;  
    13 ;  
    14 ; @restrictions 
    15 ;  
    16 ;  
    17 ; @examples 
     2; @file_comments 
    183; 
    194; 
     5; @categories 
     6; 
     7; 
     8; @keyword IMAGE 
     9; 
    2010; @history 
    21 ;  
     11; Sebastien Masson 
    2212; 
    2313; @version 
     
    7565; equatorial plot 
    7666; 
    77   IF key_onearth THEN BEGIN  
     67  IF key_onearth THEN BEGIN 
    7868    a = abs(gphit[0, *]) 
    7969    yind = where(a EQ min(a)) 
    8070    domdef, 20, 380, yind[0], yind[n_elements(yind)-1] $ 
    8171      , gdept[10 < (jpk-1)], gdept[10 < (jpk-1)], grille = 'T', /yindex 
    82   ENDIF ELSE BEGIN  
     72  ENDIF ELSE BEGIN 
    8373    domdef, min(glamt), max(glamf), jpj/2, jpj/2 $ 
    8474      , gdept[10 < (jpk-1)], gdept[10 < (jpk-1)], grille = 'T', /yindex 
    85   ENDELSE  
     75  ENDELSE 
    8676  temp = read_ncdf('votemper', 00101, 01231, file = file) 
    8777  IF key_forgetold THEN help, temp.arr ELSE help, temp.tab 
     
    9383; yt plot along the column that contain the largest latitude 
    9484; 
    95   IF key_onearth THEN BEGIN  
     85  IF key_onearth THEN BEGIN 
    9686    ind = where(gphit EQ max(gphit)) 
    9787    ind = ind[0] MOD jpi 
    9888    domdef, ind, ind, -90, 90, gdept[0], gdept[0], grille = 'T', /xindex 
    99   ENDIF ELSE BEGIN  
     89  ENDIF ELSE BEGIN 
    10090    domdef, jpi/2, jpi/2, min(gphit), max(gphif), gdept[0], gdept[0], grille = 'T', /xindex 
    101   ENDELSE  
     91  ENDELSE 
    10292 
    10393  temp = read_ncdf('votemper', 00101, 01231, file = file) 
Note: See TracChangeset for help on using the changeset viewer.