Changeset 25461


Ignore:
Timestamp:
08/25/20 10:10:55 (5 years ago)
Author:
jdquinn
Message:

BUG: Unpacking values.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/Par/SquareShelf.py

    r25309 r25461  
    4242# index = index[0][:]
    4343
    44 [md.initialization.vx] = InterpFromMeshToMesh2d(index, x, y, vx, md.mesh.x, md.mesh.y)
    45 [md.initialization.vy] = InterpFromMeshToMesh2d(index, x, y, vy, md.mesh.x, md.mesh.y)
     44md.initialization.vx = InterpFromMeshToMesh2d(index, x, y, vx, md.mesh.x, md.mesh.y)
     45md.initialization.vy = InterpFromMeshToMesh2d(index, x, y, vy, md.mesh.x, md.mesh.y)
    4646x = y = vx = vy = index = None
    4747md.initialization.vz = np.zeros((md.mesh.numberofvertices))
Note: See TracChangeset for help on using the changeset viewer.