Changeset 19433
- Timestamp:
- 07/13/15 00:35:19 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/mesh/roundmesh.py
r17497 r19433 29 29 y_list=roundsigfig(radius*y_list*numpy.sin(theta),12) 30 30 A=OrderedDict() 31 A['x']= x_list32 A['y']= y_list31 A['x']=[x_list] 32 A['y']=[y_list] 33 33 A['density']=1. 34 expwrite( [A],'RoundDomainOutline.exp')34 expwrite(A,'RoundDomainOutline.exp') 35 35 36 36 #Call Bamg
Note:
See TracChangeset
for help on using the changeset viewer.