Changeset 20912
- Timestamp:
- 07/14/16 10:37:35 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/solve/marshall.py
r20690 r20912 37 37 #Marshall current object 38 38 #print "marshalling %s ..." % field 39 exec("md. %s.marshall('md.%s',md,fid)" %(field,field))39 exec("md.{}.marshall('md.{}',md,fid)".format(field,field)) 40 40 41 41 #Last, write "md.EOF" to make sure that the binary file is not corrupt
Note:
See TracChangeset
for help on using the changeset viewer.