Ignore:
Timestamp:
Nov 23, 2011, 4:49:04 PM (13 years ago)
Author:
acolaitis
Message:

Sorry, little mistake in previous commit, corrected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/planetoplot.py

    r418 r419  
    5353           blat=None,\
    5454           tsat=False,\
    55            nolow=False):
     55           flagnolow=False):
    5656
    5757
     
    326326                 if hole: what_I_plot = hole_bounds(what_I_plot,zevmin,zevmax)
    327327                 else: what_I_plot = bounds(what_I_plot,zevmin,zevmax)
    328                  if nolow: what_I_plot = nolow(what_I_plot)
     328                 if flagnolow: what_I_plot = nolow(what_I_plot)
    329329                 if not tile:
    330330                     #zelevels = np.linspace(zevmin*(1. + 1.e-7),zevmax*(1. - 1.e-7)) #,num=20)
Note: See TracChangeset for help on using the changeset viewer.