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_plt_old.pro

    r157 r189  
    11;+ 
    2 ; @file_comments  
    3 ;  
    4 ;  
     2; @file_comments 
     3; 
     4; 
    55; @categories 
    66;  
    77;  
    88; @keyword IMAGE 
    9 ;  
    10 ;  
    11 ; @returns 
    12 ;  
    13 ;  
    14 ; @restrictions 
    15 ;  
    16 ;  
    17 ; @examples 
    18 ; 
    199; 
    2010; @history 
    21 ;  
     11; Sebastien Masson 
    2212; 
    23 ; @version 
     13; @version  
    2414; $Id$ 
    2515;- 
     
    7464; zoom 
    7565  IF key_onearth THEN box = [40, 375, -20, 20] $ 
    76   ELSE box = [jpi/4, 3*jpi/4, jpj/4, 3*jpj/4]  
     66  ELSE box = [jpi/4, 3*jpi/4, jpj/4, 3*jpj/4] 
    7767  plt, temp, boite = box, /landscape 
    7868  if keyword_set(image) then saveimage, 'tst_plt_'+image+'_'+string(cnt, format='(i2.2)')+'.png', /png $ 
     
    8272; projections 
    8373  IF key_onearth THEN BEGIN 
    84 ;  
     74; 
    8575    plt, temp, boite = [20, 380, 60, 90], /stereo, map = [90, 0, 0], /portrait 
    8676    if keyword_set(image) then saveimage, 'tst_plt_'+image+'_'+string(cnt, format='(i2.2)')+'.png', /png $ 
Note: See TracChangeset for help on using the changeset viewer.