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/ToBeReviewed/TRIANGULATION/fillcornermask.pro

    r163 r231  
    1 ;------------------------------------------------------------ 
    2 ;------------------------------------------------------------ 
    3 ;------------------------------------------------------------ 
    41;+ 
    52; 
     
    118; 
    129; @keyword _EXTRA 
    13 ; Used to pass your keywords  
     10; Used to pass keywords 
    1411; 
    1512; @keyword CONT_COLOR {default=(!d.n_colors - 1) < 255 => white} 
     
    2724; 
    2825;- 
    29 ;------------------------------------------------------------ 
    30 ;------------------------------------------------------------ 
    31 ;------------------------------------------------------------ 
    32 PRO fillcornermask, xin, yin, COINMONTE = coinmonte, COINDESCEND = coindescend $             
     26; 
     27PRO fillcornermask, xin, yin, COINMONTE = coinmonte, COINDESCEND = coindescend $ 
    3328                    , CONT_COLOR = cont_color, INDICEZOOM = indicezoom $ 
    3429                    , _extra = ex 
     
    4237  tempsun = systime(1)          ; For key_performance 
    4338; 
    44   IF NOT keyword_set(cont_color) THEN cont_color = (!d.n_colors-1) <  255     
     39  IF NOT keyword_set(cont_color) THEN cont_color = (!d.n_colors-1) <  255 
    4540;------------------------------------------------------------ 
    4641; definition of coordinates of points numbered 1,2,3,4,5,6 (see figures below) 
     
    5449  y2 = .5*(y1+shift(y1, -1)) 
    5550  nx = n_elements(x1) 
    56   ny = n_elements(y1)  
     51  ny = n_elements(y1) 
    5752; 
    5853; 
     
    6156;      2 land points in diagonal ascending with 2 ocean points on the descendant diagonal. 
    6257; 
    63 ;                     3     
     58;                     3 
    6459;     t(i+nx)=1    u(i+nx)       t(i+nx+1)=0 
    6560;                     |      \ 
     
    9489;                     4 
    9590;     t(i+nx)=1    u(i+nx)       t(i+nx+1)=0 
    96 ;                /    |        
    97 ;             /       |           
     91;                /    | 
     92;             /       | 
    9893;          /        3 |                5 
    9994;       v(i)---------f(i)------------v(i+1) 
     
    120115 
    121116;------------------------------------------------------------ 
    122   IF keyword_set(key_performance) THEN print, 'temps fillcornermask', systime(1)-tempsun  
     117  IF keyword_set(key_performance) THEN print, 'temps fillcornermask', systime(1)-tempsun 
    123118;------------------------------------------------------------ 
    124119  return 
Note: See TracChangeset for help on using the changeset viewer.