Index: ../trunk-jpl/src/m/solve/marshall.m =================================================================== --- ../trunk-jpl/src/m/solve/marshall.m (revision 13726) +++ ../trunk-jpl/src/m/solve/marshall.m (revision 13727) @@ -35,11 +35,7 @@ %Marshall current object %disp(['marshalling ' field '...']); - if verLessThan('matlab', '7.6') - marshall(md.(field),fid); - else - md.(field).marshall(fid); - end + marshall(md.(field),fid); end %close file