Ignore:
Timestamp:
04/06/07 10:35:17 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers + replace some message by some report

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_assistant_output/Matrix/extrac2.html

    r234 r242  
    9595      <a name="#_extrac2"></a> 
    9696 
    97       <h2>extrac2  <font size="-1" color="#006633">  
     97      <h2>extrac2  <font size="-1" color="#006633"> 
    9898 Utilities 
    9999</font></h2> 
     
    206206 I have a dim 2 matrix named A. I want extract a small intersection 
    207207 matrix 2d of the line 2,3 and 7 and of the column 0 and 1: 
    208   
     208 
    209209 IDL> res=extrac2(A,[2,3,7],[0,1]) 
    210210 
     
    220220    </pre><h3>Version history</h3> 
    221221     
    222     <h4>Version</h4> $Id: extrac2.pro 231 2007-03-19 17:15:51Z pinsard $ 
    223  
    224     <h4>History</h4> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     222    <h4>Version</h4> 
     223 $Id: extrac2.pro 238 2007-03-27 13:43:18Z pinsard $ 
     224 
     225    <h4>History</h4> 
     226 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    225227                       12/1/1999 
    226228                       29/4/1999: correction of a bug and complement of the heading 
Note: See TracChangeset for help on using the changeset viewer.