Ignore:
Timestamp:
06/27/06 17:47:06 (18 years ago)
Author:
pinsard
Message:

add $ in Calendar, Grid, Interpolation, Obsolete and Postscript *.pro files, add svn:keywords Id to all these files, some improvements in header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Interpolation/fromirr.html

    r113 r118  
    882882 
    883883   
    884   tncep = fromirr('bilinear', topa, glamt, gphit, tmask[*,*,0], lonout, latout, mskout) 
     884 IDL> tncep = fromirr('bilinear', topa, glamt, gphit, tmask[*,*,0], lonout, latout, mskout) 
    885885 
    886886  or  
    887887 
    888   t1ncep = fromirr('bilinear', topa, glamt, gphit, tmask[*,*,0], lonout, latout, mskout $ 
     888 IDL> t1ncep = fromirr('bilinear', topa, glamt, gphit, tmask[*,*,0], lonout, latout, mskout $ 
    889889                            , WEIG = a, ADDR = b) 
    890   help, a, b 
    891   t2ncep = fromirr('bilinear', topa, WEIG = a, ADDR = b) 
     890 IDL> help, a, b 
     891 IDL> t2ncep = fromirr('bilinear', topa, WEIG = a, ADDR = b) 
    892892</div> 
    893893          <h3>Version history</h3> 
    894894           
    895            
     895          <h4>Version</h4><div class="value"> $Id$ 
     896</div> 
    896897          <h4>History</h4><div class="value"> 
    897898  June 2006: Sebastien Masson (smasson@lodyc.jussieu.fr)  
Note: See TracChangeset for help on using the changeset viewer.