Changeset 13727


Ignore:
Timestamp:
10/18/12 08:20:39 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: to improve NR elapsed time, removed call to verLessThan

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/solve/marshall.m

    r13004 r13727  
    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
Note: See TracChangeset for help on using the changeset viewer.