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/lbcorca.html

    r338 r402  
    178178 
    179179    <h3>Examples</h3><pre> 
    180     IDL> @tst_initorca2 
    181     IDL> a = dist(jpiglo, jpjglo) 
    182     IDL> print, lbcorca(a, 'T') 
    183     IDL> dummy = lbcorca(a, 'T', /correction) 
    184     IDL> print, lbcorca(a, 'T') 
     180 
     181   IDL> @tst_initorca2 
     182   IDL> a = dist(jpiglo, jpjglo) 
     183   IDL> print, lbcorca(a, 'T') 
     184   IDL> dummy = lbcorca(a, 'T', /correction) 
     185   IDL> print, lbcorca(a, 'T') 
    185186 
    186187    </pre><h3>Version history</h3> 
    187188     
    188189    <h4>Version</h4> 
    189  $Id: lbcorca.pro 331 2008-02-11 16:46:48Z smasson $ 
     190 $Id: lbcorca.pro 371 2008-08-07 09:32:02Z pinsard $ 
    190191 
    191192    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.