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

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

preparing oecreview for 13393-13976'

File size: 465 bytes
  • ../trunk-jpl/src/m/solve/marshall.m

     
    3535
    3636        %Marshall current object
    3737        %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);
    4339end
    4440
    4541%close file
Note: See TracBrowser for help on using the repository browser.