Ignore:
Timestamp:
06/12/06 10:29:56 (18 years ago)
Author:
pinsard
Message:

start to modify headers of Interpolation *.pro files for better idldoc output

File:
1 edited

Legend:

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

    r69 r101  
     1;+ 
     2; @file_comments extrapolate data (zinput) where maskinput eq 0 by filling step by 
     3; step the coastline points with the mean value of the 8 neighbourgs. 
     4; 
     5;- 
    16FUNCTION extrapolate, zinput, maskinput, nb_iteration, x_periodic = x_periodic, MINVAL = minval, MAXVAL = maxval 
    27; 
    38  compile_opt strictarr, strictarrsubs  
    4 ; 
    5 ; extrapolate data (zinput) where maskinput eq 0 by filling step by 
    6 ; step the coastline points with the mean value of the 8 neighbourgs. 
    79; 
    810; check the number of iteration used in the extrapolation. 
Note: See TracChangeset for help on using the changeset viewer.