Changeset 25501


Ignore:
Timestamp:
08/31/20 17:06:09 (5 years ago)
Author:
jdquinn
Message:

BUG: Typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/model.py

    r25500 r25501  
    419419            md2.mesh.vertexconnectivity = NodeConnectivity(md2.mesh.elements2d, md2.mesh.numberofvertices2d)
    420420            md2.mesh.elementconnectivity = ElementConnectivity(md2.mesh.elements2d, md2.mesh.vertexconnectivity)
    421             msegments = contourenvelope(md2.mesh)
     421            segments = contourenvelope(md2.mesh)
    422422            md2.mesh.vertexonboundary = np.zeros(int(numberofvertices2 / md2.mesh.numberoflayers), bool)
    423423            md2.mesh.vertexonboundary[segments[:, 0:2] - 1] = True
Note: See TracChangeset for help on using the changeset viewer.