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/Interpolation/extrapolate.pro

    • Property svn:keywords set to Id
    r114 r118  
    11;+ 
    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. 
     2; @file_comments extrapolate data (zinput) where maskinput eq 0 by filling  
     3; step by step the coastline points with the mean value of the 8 neighbourgs. 
     4; 
     5; @param zinput {in}{required} 
     6; data to be extrapolate 
     7; 
     8; @param maskinput {in}{required} 
     9; 
     10; @param nb_iteration {in}{optional} 
     11; number of iteration 
     12; 
     13; @keyword x_periodic 
     14; @keyword MINVAL 
     15; @keyword MAXVAL 
     16; 
     17; @version $Id$ 
    418; 
    519;- 
Note: See TracChangeset for help on using the changeset viewer.