Changeset 767


Ignore:
Timestamp:
Sep 3, 2012, 1:46:19 PM (12 years ago)
Author:
acolaitis
Message:

PYTHON. Corrected typo

File:
1 edited

Legend:

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

    r763 r767  
    13811381        nlat = len(slat)
    13821382    if svert is not None:
    1383         if svert[0,0]!=svert[0,1]: lenth=len(svert)
     1383        if svert[0,0]!=svert[0,1]: length=len(svert)
    13841384        else: length=1
    13851385        nslices = nslices*length
Note: See TracChangeset for help on using the changeset viewer.