Changeset 12674


Ignore:
Timestamp:
07/20/12 14:37:26 (13 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/utils/consistency/checkfield.m

    r12662 r12674  
    183183                if any(field(end,:)~=sort(field(end,:))),
    184184                        md = checkmessage(md,getfieldvalue(options,'message',...
    185                                 ['field ''' fieldname ''' columns should be chronological']));
     185                                ['field ''' fieldname ''' columns should be sorted chronologically']));
    186186                end
    187187                if any(field(end,1:end-1)==field(end,2:end)),
Note: See TracChangeset for help on using the changeset viewer.