Ignore:
Timestamp:
09/07/06 16:11:11 (18 years ago)
Author:
smasson
Message:

fix critical bug in plt and pltz when plotting zoom area on other grid than T, introduced in r67

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/pltz.pro

    r163 r171  
    341341  IF NOT keyword_set(endpoints)  THEN BEGIN 
    342342    if keyword_set(nan) then trinan = triangule(masknan, /basic, coinmonte = coinmontenan, coindescend = coindescendnan) 
     343    maskorg = mask 
    343344    decoupeterre, mask, glammsk, gphimsk, gdepmsk, type = type, WDEPTH = wdepth, REALSECTION = realsection 
    344345    axis4pltz, type, mask, glammsk, gphimsk, gdepmsk, XXAXIS = xmask, ZZAXIS = zmask, SIN = sin, ZRATIO = zratio, ZOOM = zoom, PROFMAX = profmax, PROFMIN = profmin, _extra = ex 
     
    362363    , c_labels = 1-(indgen(n_elements(level_z2d)) MOD 2) $ 
    363364    , c_thick = thick, unsur2 = unsur2 $ 
    364     , masknan = masknan, trinan = trinan $ 
     365    , maskorg = maskorg, masknan = masknan, trinan = trinan $ 
    365366    , coinmontenan = coinmontenan, coindescendnan = coindescendnan $ 
    366367    , coinmontemask = coinmontemask, coindescendmask = coindescendmask $ 
Note: See TracChangeset for help on using the changeset viewer.