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_html_output/ToBeReviewed/LECTURE/inverse_binary.html

    r338 r402  
    153153          <h3>Examples</h3><div class="preformat"> 
    154154 
    155      IDL> a=indgen(5) 
    156      IDL> b=binary(a) 
    157      IDL> help, b 
     155   IDL> a=indgen(5) 
     156   IDL> b=binary(a) 
     157   IDL> help, b 
    158158     B               BYTE      = Array[8, 2, 5] 
    159      IDL> print, b 
     159   IDL> print, b 
    160160        0   0   0   0   0   0   0   0 
    161161        0   0   0   0   0   0   0   0 
     
    172172        0   0   0   0   0   0   0   0 
    173173        0   0   0   0   0   1   0   0 
    174      IDL> help, inverse_binary(b) 
     174   IDL> help, inverse_binary(b) 
    175175     <Expression>    INT       = Array[5] 
    176      IDL> print, inverse_binary(b) 
     176   IDL> print, inverse_binary(b) 
    177177            0       1       2       3       4 
    178178</div> 
     
    180180           
    181181          <h4>Version</h4><div class="preformat"> 
    182  $Id: inverse_binary.pro 325 2007-12-06 10:04:53Z pinsard $ 
     182 $Id: inverse_binary.pro 371 2008-08-07 09:32:02Z pinsard $ 
    183183</div> 
    184184          <h4>History</h4><div class="preformat"> 
Note: See TracChangeset for help on using the changeset viewer.