Changeset 12676
- Timestamp:
- 07/20/12 16:03:32 (13 years ago)
- Location:
- issm/trunk-jpl/src/m/model
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/model/WriteData.py
r12675 r12676 1 """ 2 WRITEDATA - write model field in binary file 3 4 Usage: 5 WriteData(fid,*args) 6 """ 7 1 8 import numpy 2 9 import math … … 5 12 6 13 def WriteData(fid,*args): 7 """8 WRITEDATA - write model field in binary file9 10 Usage:11 WriteData(fid,*args)12 """13 14 14 #process options 15 15 options=pairoptions(args)
Note:
See TracChangeset
for help on using the changeset viewer.