Ignore:
Timestamp:
07/23/09 11:18:49 (15 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/inverse_binary.html

    r338 r402  
    118118    <h3>Examples</h3><pre> 
    119119 
    120      IDL> a=indgen(5) 
    121      IDL> b=binary(a) 
    122      IDL> help, b 
     120   IDL> a=indgen(5) 
     121   IDL> b=binary(a) 
     122   IDL> help, b 
    123123     B               BYTE      = Array[8, 2, 5] 
    124      IDL> print, b 
     124   IDL> print, b 
    125125        0   0   0   0   0   0   0   0 
    126126        0   0   0   0   0   0   0   0 
     
    137137        0   0   0   0   0   0   0   0 
    138138        0   0   0   0   0   1   0   0 
    139      IDL> help, inverse_binary(b) 
     139   IDL> help, inverse_binary(b) 
    140140     <Expression>    INT       = Array[5] 
    141      IDL> print, inverse_binary(b) 
     141   IDL> print, inverse_binary(b) 
    142142            0       1       2       3       4 
    143143 
     
    145145     
    146146    <h4>Version</h4> 
    147  $Id: inverse_binary.pro 325 2007-12-06 10:04:53Z pinsard $ 
     147 $Id: inverse_binary.pro 371 2008-08-07 09:32:02Z pinsard $ 
    148148 
    149149    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.