Changeset 1521 in lmdz_wrf


Ignore:
Timestamp:
Apr 12, 2017, 1:14:52 AM (8 years ago)
Author:
lfita
Message:

Fixing help if in `draw_topo_geogrid_boxes'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing_tools.py

    r1518 r1521  
    39513951    fname = 'plot_topo_geogrid'
    39523952
    3953     if varv == 'h':
     3953    if type(varv) == type('S') and varv == 'h':
    39543954        print fname + '_____________________________________________________________'
    39553955        print plot_topo_geogrid.__doc__
Note: See TracChangeset for help on using the changeset viewer.