Ignore:
Timestamp:
08/21/06 11:01:50 (18 years ago)
Author:
navarro
Message:

header improvements + xxx doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Grid/changemsk.pro

    r155 r157  
    33;------------------------------------------------------------ 
    44; 
    5 ; @file_comments add land points on a 2D land-sea mask wit mouse clicking 
     5; @file_comments add land points on a 2D land-sea mask 
    66; 
    7 ; @categories grid 
     7; @categories  
     8; Grid 
    89; 
    9 ; @param msk {in}{required} a 2D land-sea mask, with 1 on sea and 0 on land 
     10; @param TAB {in}{required} a 2D land-sea mask, with 1 on sea and 0 on land 
    1011; 
    1112; @keyword CELLSIZE size (in pixel) of the square 
    1213;                   representing one point of the mask 
    1314; 
    14 ; @keyword NOUSEINFOS activite to supress the printed message explaining 
    15 ;                     how to use changemsk 
    16 ; 
    17 ; @returns newmsk the new 2D land-sea mask 
     15; @returns  
     16; newmsk the new 2D land-sea mask 
    1817; 
    1918; @examples 
     
    2625;      June 2006 
    2726; 
    28 ; @version $Id$ 
     27; @version  
     28; $Id$ 
    2929; 
    3030;------------------------------------------------------------ 
    3131;------------------------------------------------------------ 
    3232;------------------------------------------------------------ 
    33 function changemsk, tab, CELLSIZE = cellsize, NOUSEINFOS = nouseinfos  
     33function changemsk,tab, CELLSIZE = cellsize 
    3434; 
    3535  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.