Changeset 26982
- Timestamp:
- 05/03/22 09:17:59 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/mesh/roundmesh.py
r24567 r26982 26 26 y_list = roundsigfig(radius * np.sin(theta), 12) 27 27 A = OrderedDict() 28 A['x'] = [x_list]29 A['y'] = [y_list]28 A['x'] = x_list 29 A['y'] = y_list 30 30 A['density'] = 1. 31 31 expwrite(A, 'RoundDomainOutline.exp')
Note:
See TracChangeset
for help on using the changeset viewer.