Changeset 12674
- Timestamp:
- 07/20/12 14:37:26 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/utils/consistency/checkfield.m
r12662 r12674 183 183 if any(field(end,:)~=sort(field(end,:))), 184 184 md = checkmessage(md,getfieldvalue(options,'message',... 185 ['field ''' fieldname ''' columns should be chronological']));185 ['field ''' fieldname ''' columns should be sorted chronologically'])); 186 186 end 187 187 if any(field(end,1:end-1)==field(end,2:end)),
Note:
See TracChangeset
for help on using the changeset viewer.