Ignore:
Timestamp:
11/27/12 14:44:33 (12 years ago)
Author:
jschierm
Message:

CHG: Eliminate conversions to int after calls to NodeConnectivity and ElementConnectivity for python.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/m/mesh/triangle.py ΒΆ

    r13991 r14018  
    6060
    6161        #Now, build the connectivity tables for this mesh.
    62         [md.mesh.vertexconnectivity]= NodeConnectivity(md.mesh.elements, md.mesh.numberofvertices)
    63         md.mesh.vertexconnectivity=md.mesh.vertexconnectivity.astype(int)
     62        [md.mesh.vertexconnectivity] = NodeConnectivity(md.mesh.elements, md.mesh.numberofvertices)
    6463        [md.mesh.elementconnectivity] = ElementConnectivity(md.mesh.elements, md.mesh.vertexconnectivity)
    65         md.mesh.elementconnectivity=md.mesh.elementconnectivity.astype(int)
    6664
    6765        #type of model
Note: See TracChangeset for help on using the changeset viewer.