Ignore:
Timestamp:
08/07/08 11:32:02 (16 years ago)
Author:
pinsard
Message:

improvements of headers (alignments of IDL prompt in examples)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/HOPE/read_hope.pro

    r370 r371  
    286286; @examples 
    287287; 
    288 ;     IDL> a=read_hope('xy','ocpt',filename='CLIM_CNT_1993-1998.nc') 
    289 ;     IDL> help, a,/struct 
     288;   IDL> a=read_hope('xy','ocpt',filename='CLIM_CNT_1993-1998.nc') 
     289;   IDL> help, a,/struct 
    290290;     ** Structure <82ec344>, 6 tags, length=1860176, refs=1: 
    291291;        ARRAY           FLOAT     Array[128, 242, 15] 
     
    295295;        GRID            STRING    'T' 
    296296;        HOPEGRID        STRUCT    -> <Anonymous> Array[1] 
    297 ;     IDL> help, a.hopegrid,/struct 
     297;   IDL> help, a.hopegrid,/struct 
    298298;     ** Structure <82eb9cc>, 8 tags, length=1588, refs=2: 
    299299;        XAXIS           FLOAT     Array[128] 
     
    305305;        LINETYPE        STRING    'odd-even' 
    306306;        PTTYPE          STRING    'T' 
    307 ;     IDL> help, litchamp(a) 
     307;   IDL> help, litchamp(a) 
    308308;     <Expression>    FLOAT     = Array[128, 242, 15] 
    309309; 
Note: See TracChangeset for help on using the changeset viewer.