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

    r249 r402  
    254254 
    255255    <h3>Examples</h3><pre> 
    256  a=findgen(3,3,5) 
    257  print, determ3(a^2) 
    258  FOR i=0,4 DO print, determ((a[*,*,i])^2) ; IDL solution 
     256  
     257   IDL> a=findgen(3,3,5) 
     258   IDL> print, determ3(a^2) 
     259   IDL> FOR i=0,4 DO print, determ((a[*,*,i])^2) 
    259260 
    260261    </pre><h3>Version history</h3> 
    261262     
    262263    <h4>Version</h4> 
    263  $Id: determ3.pro 231 2007-03-19 17:15:51Z pinsard $ 
     264 $Id: determ3.pro 371 2008-08-07 09:32:02Z pinsard $ 
    264265 
    265266    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.