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/Interpolation/neighbor.html

    r338 r402  
    211211 
    212212    <h3>Examples</h3><pre> 
    213  IDL> print, neighbor(-105.15,40.02,[-0.07,100,50],[51.30,20,0], $ 
    214  IDL> distance=dis) 
     213 
     214   IDL> print, neighbor(-105.15,40.02,[-0.07,100,50],[51.30,20,0], $ 
     215               distance=dis) 
    215216                  0 
    216  IDL> print, dis 
     217   IDL> print, dis 
    217218             105.684      206.125      160.228 
    218219 
     
    220221     
    221222    <h4>Version</h4> 
    222  $Id: neighbor.pro 327 2007-12-13 16:22:35Z pinsard $ 
     223 $Id: neighbor.pro 371 2008-08-07 09:32:02Z pinsard $ 
    223224 
    224225    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.