Changeset 26982


Ignore:
Timestamp:
05/03/22 09:17:59 (3 years ago)
Author:
bdef
Message:

BUG:fix to roundmesh output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/mesh/roundmesh.py

    r24567 r26982  
    2626    y_list = roundsigfig(radius * np.sin(theta), 12)
    2727    A = OrderedDict()
    28     A['x'] = [x_list]
    29     A['y'] = [y_list]
     28    A['x'] = x_list
     29    A['y'] = y_list
    3030    A['density'] = 1.
    3131    expwrite(A, 'RoundDomainOutline.exp')
Note: See TracChangeset for help on using the changeset viewer.