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/LECTURE/inverse_binary.pro

    r325 r371  
    2727; @examples 
    2828; 
    29 ;     IDL> a=indgen(5) 
    30 ;     IDL> b=binary(a) 
    31 ;     IDL> help, b 
     29;   IDL> a=indgen(5) 
     30;   IDL> b=binary(a) 
     31;   IDL> help, b 
    3232;     B               BYTE      = Array[8, 2, 5] 
    33 ;     IDL> print, b 
     33;   IDL> print, b 
    3434;        0   0   0   0   0   0   0   0 
    3535;        0   0   0   0   0   0   0   0 
     
    4646;        0   0   0   0   0   0   0   0 
    4747;        0   0   0   0   0   1   0   0 
    48 ;     IDL> help, inverse_binary(b) 
     48;   IDL> help, inverse_binary(b) 
    4949;     <Expression>    INT       = Array[5] 
    50 ;     IDL> print, inverse_binary(b) 
     50;   IDL> print, inverse_binary(b) 
    5151;            0       1       2       3       4 
    5252; 
Note: See TracChangeset for help on using the changeset viewer.