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/CALCULS/determ3.html

    r249 r402  
    273273 
    274274          <h3>Examples</h3><div class="preformat"> 
    275  a=findgen(3,3,5) 
    276  print, determ3(a^2) 
    277  FOR i=0,4 DO print, determ((a[*,*,i])^2) ; IDL solution 
     275  
     276   IDL> a=findgen(3,3,5) 
     277   IDL> print, determ3(a^2) 
     278   IDL> FOR i=0,4 DO print, determ((a[*,*,i])^2) 
    278279</div> 
    279280          <h3>Version history</h3> 
    280281           
    281282          <h4>Version</h4><div class="preformat"> 
    282  $Id: determ3.pro 231 2007-03-19 17:15:51Z pinsard $ 
     283 $Id: determ3.pro 371 2008-08-07 09:32:02Z pinsard $ 
    283284</div> 
    284285          <h4>History</h4><div class="preformat"> 
Note: See TracChangeset for help on using the changeset viewer.