Ignore:
Timestamp:
03/19/07 18:15:51 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Interpolation/inquad.pro

    r226 r231  
    7171; IDL> print, inquad(x, y, x1, y1, x2, y2, x3, y3, x4, y4) 
    7272; 
    73 ; On a sphere see clickincell.pro... 
     73; On a sphere see 
     74; <pro>clickincell.pro</pro> ... 
    7475; 
    7576; @history 
     
    7879;      Based on Convert_clic_ij.pro written by Gurvan Madec 
    7980; 
    80 ; @version $Id$ 
     81; @version 
     82; $Id$ 
    8183; 
    8284;- 
     85; 
    8386FUNCTION inquad, x, y, x1, y1, x2, y2, x3, y3, x4, y4, ONSPHERE = onsphere,  DOUBLE = double, ZOOMRADIUS = zoomradius, NOPRINT = noprint, NEWCOORD = newcoord 
    8487; 
Note: See TracChangeset for help on using the changeset viewer.