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

    r134 r189  
     1;+ 
     2; @file_comments 
     3; figure 1: basics plots 
     4; plot and contours 
     5; 
     6; @history 
     7; Sebastien Masson may 2005 
     8; 
     9; @version $Id$ 
     10;- 
    111PRO tst_basic_old 
    212; 
    3 ; figure 1: basics plots 
    4 ; 
    513; 1) plot 
    6 ; 
    714; 
    815  compile_opt idl2, strictarrsubs 
     
    2734  contour, z, /overplot, c_label = rebin([1, 0], 2, n), levels = n*ind $ 
    2835           , c_charthick = 2, c_charsize = 1.5, c_colors = 250*ind 
    29             
    3036  return 
    3137end 
Note: See TracChangeset for help on using the changeset viewer.