source:
issm/oecreview/Archive/13393-13976/ISSM-13726-13727.diff@
13980
Last change on this file since 13980 was 13980, checked in by , 12 years ago | |
---|---|
File size: 465 bytes |
-
../trunk-jpl/src/m/solve/marshall.m
35 35 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 45 41 %close file
Note:
See TracBrowser
for help on using the repository browser.