Changeset 13727
- Timestamp:
- 10/18/12 08:20:39 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/solve/marshall.m
r13004 r13727 36 36 %Marshall current object 37 37 %disp(['marshalling ' field '...']); 38 if verLessThan('matlab', '7.6') 39 marshall(md.(field),fid); 40 else 41 md.(field).marshall(fid); 42 end 38 marshall(md.(field),fid); 43 39 end 44 40
Note:
See TracChangeset
for help on using the changeset viewer.