Ignore:
Timestamp:
08/22/07 03:13:47 (17 years ago)
Author:
smasson
Message:

cleaner exit of pltv

File:
1 edited

Legend:

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

    r260 r263  
    129129;------------------------------------------------------------ 
    130130  determineminmax, z2d, msk, truemin, truemax, MININ = min, MAXIN = max, NAN = nan 
     131  if n_elements(z2d) EQ 1 AND z2d[0] EQ -1 then BEGIN 
     132    IF keyword_set(savedbox) THEN restoreboxparam, 'boxparam4pltv.dat' 
     133    return 
     134  ENDIF 
    131135  z2d = min > temporary(z2d) < max 
    132136;------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.