Changeset 26988


Ignore:
Timestamp:
05/04/22 16:25:05 (3 years ago)
Author:
jdquinn
Message:

CHG: Splitting Linux Python binaries into separate builds for versions 2 and 3; typos

Location:
issm/trunk-jpl
Files:
6 added
3 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/exp/expwrite.py

    r26969 r26988  
    2323    if isinstance(contours, list):
    2424        for contour in contours:
    25             #if it si some kind of array it is a contour and we loop on indexes
     25            #if it is some kind of array it is a contour and we loop on indexes
    2626            if isinstance(contour['x'], (list, tuple, np.ndarray)):
    2727                writegeomlist(contour, fid, filename)
     
    3131    #if it is a dict type it means just one contour
    3232    else:
    33         #if it si some kind of array it is a contour and we loop on indexes
     33        #if it is some kind of array it is a contour and we loop on indexes
    3434        if isinstance(contours['x'], (list, tuple, np.ndarray)):
    3535            writegeomlist(contours, fid, filename)
Note: See TracChangeset for help on using the changeset viewer.