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/STRUCTURE/chkstru.pro

    r327 r371  
    3737; 
    3838; @examples 
    39 ;        test = { a:1, b:2, c:3 } 
    40 ;        required = ['a','c'] 
    41 ;        if CHKSTRU(test,required) then print,'found a and c.' 
    42 ;        IDL> print, CHKSTRU(test,'b') 
     39; 
     40;   IDL> test = { a:1, b:2, c:3 } 
     41;   IDL> required = ['a','c'] 
     42;   IDL> if CHKSTRU(test,required) then print,'found a and c.' 
     43;   IDL> print, CHKSTRU(test,'b') 
    4344;           1 
    44 ;        IDL> print, CHKSTRU(test,'b',/extract) 
     45;   IDL> print, CHKSTRU(test,'b',/extract) 
    4546;               2 
    4647; 
Note: See TracChangeset for help on using the changeset viewer.