Changeset 25381
- Timestamp:
- 08/12/20 06:17:15 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/consistency/checkfield.m
r23783 r25381 256 256 if getfieldvalue(options,'timeseries',0), 257 257 if (size(field,1)==md.mesh.numberofvertices | size(field,1)==md.mesh.numberofelements), 258 if ~size(field,2)==1,258 if size(field,2)~=1, 259 259 md = checkmessage(md,getfieldvalue(options,'message',... 260 260 ['field ''' fieldname ''' should have only one column as there are md.mesh.numberofvertices lines']));
Note:
See TracChangeset
for help on using the changeset viewer.