Ignore:
Timestamp:
10/18/19 06:52:19 (5 years ago)
Author:
bdef
Message:

BUG: fixing some negative number syntax

File:
1 edited

Legend:

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

    r24213 r24256  
    599599            y3d = np.concatenate((y3d, md.mesh.y))
    600600            #nodes are distributed between bed and surface accordingly to the given exponent
    601             z3d = np.concatenate((z3d, (bed3d + thickness3d * extrusionlist[i]).reshape(- 1)))
     601            z3d = np.concatenate((z3d, (bed3d + thickness3d * extrusionlist[i]).reshape(-1)))
    602602        number_nodes3d = np.size(x3d)  #number of 3d nodes for the non extruded part of the mesh
    603603
Note: See TracChangeset for help on using the changeset viewer.