source: issm/oecreview/Archive/13393-13976/ISSM-13726-13727.diff@ 14312

Last change on this file since 14312 was 13980, checked in by Mathieu Morlighem, 12 years ago

preparing oecreview for 13393-13976'

File size: 465 bytes
RevLine 
[13980]1Index: ../trunk-jpl/src/m/solve/marshall.m
2===================================================================
3--- ../trunk-jpl/src/m/solve/marshall.m (revision 13726)
4+++ ../trunk-jpl/src/m/solve/marshall.m (revision 13727)
5@@ -35,11 +35,7 @@
6
7 %Marshall current object
8 %disp(['marshalling ' field '...']);
9- if verLessThan('matlab', '7.6')
10- marshall(md.(field),fid);
11- else
12- md.(field).marshall(fid);
13- end
14+ marshall(md.(field),fid);
15 end
16
17 %close file
Note: See TracBrowser for help on using the repository browser.